diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-11 23:31:39 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-11 23:31:39 +0200 |
| commit | d987d62459d59a6d95ffb815d5e6eccd8dbde1dd (patch) | |
| tree | d91d1351193a9f758daa9dad964e40f5a84ece7f /dev/cli | |
| parent | 4c462511485168cfc831a1447267fd76145d5183 (diff) | |
meta: ran format command.v0.0.3-release
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/cli')
| -rw-r--r-- | dev/cli/Tool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/cli/Tool.cc b/dev/cli/Tool.cc index 315f197..1d49c9f 100644 --- a/dev/cli/Tool.cc +++ b/dev/cli/Tool.cc @@ -52,8 +52,8 @@ int main(int argc, char** argv) { return; } } else { - NeBuild::Logger::info() << "error: file '" << index_path << "' is not a JSON file!" - << std::endl; + NeBuild::Logger::info() + << "error: file '" << index_path << "' is not a JSON file!" << std::endl; kFailed = true; return; } |
