diff --git a/src/main.cpp b/src/main.cpp index de4b203..8554cef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,7 +75,7 @@ int main() { connected = utils::is_connected(); } - if(!connected) { + if (!connected) { error("An active network connection could not be detected, please connect and restart the installer."); return 0; }