Clang format

This commit is contained in:
SM9CC 2021-11-28 17:24:39 +00:00
parent 649e2e465c
commit 5161e5e106
No known key found for this signature in database
GPG Key ID: 497769F3F5AD3A35

View File

@ -75,7 +75,7 @@ int main() {
connected = utils::is_connected(); connected = utils::is_connected();
} }
if(!connected) { if (!connected) {
error("An active network connection could not be detected, please connect and restart the installer."); error("An active network connection could not be detected, please connect and restart the installer.");
return 0; return 0;
} }