mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
Clang format
This commit is contained in:
parent
649e2e465c
commit
5161e5e106
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user