Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2024
1 parent 1e637c0 commit 0e12e64
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/atom/system/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -523,4 +523,4 @@ auto startProcess(const std::string &command) -> std::pair<int, void *> {
#endif
}

} // namespace atom::system
} // namespace atom::system
2 changes: 1 addition & 1 deletion src/atom/system/crash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ void saveCrashLog(std::string_view error_msg) {
LOG_F(INFO, "saveCrashLog completed");
}

} // namespace atom::system
} // namespace atom::system
2 changes: 1 addition & 1 deletion src/atom/system/env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ class Env {

} // namespace atom::utils

#endif
#endif
2 changes: 1 addition & 1 deletion src/config/configor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ void ConfigManager::asyncSaveToFile(const fs::path& file_path,
});
}

} // namespace lithium
} // namespace lithium
2 changes: 1 addition & 1 deletion src/debug/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,4 @@ void printErrors(const std::vector<CommandChecker::Error>& errors,
}
}

} // namespace lithium::debug
} // namespace lithium::debug
2 changes: 1 addition & 1 deletion src/debug/history.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ int CommandHistory::getCommandFrequency(const std::string& command) const {
return impl_->getCommandFrequency(command);
}

} // namespace lithium::debug
} // namespace lithium::debug
2 changes: 1 addition & 1 deletion src/debug/history.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ class CommandHistory {

} // namespace lithium::debug

#endif // LITHIUM_DEBUG_COMMAND_HISTORY_HPP
#endif // LITHIUM_DEBUG_COMMAND_HISTORY_HPP
2 changes: 1 addition & 1 deletion src/debug/progress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ bool ProgressBar::isRunning() const { return running_.load(); }

bool ProgressBar::isPaused() const { return paused_.load(); }

} // namespace lithium::debug
} // namespace lithium::debug
2 changes: 1 addition & 1 deletion src/debug/progress.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ class ProgressBar {

} // namespace lithium::debug

#endif
#endif
2 changes: 1 addition & 1 deletion src/debug/suggestion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ auto SuggestionEngine::calculateScore(const std::string& input,
return score;
}

} // namespace lithium::debug
} // namespace lithium::debug
2 changes: 1 addition & 1 deletion src/debug/suggestion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ class SuggestionEngine {
};
} // namespace lithium::debug

#endif
#endif
2 changes: 1 addition & 1 deletion src/debug/terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,4 @@ char* ConsoleTerminal::ConsoleTerminalImpl::commandGenerator(const char* text,

ConsoleTerminal* globalConsoleTerminal = nullptr;

} // namespace lithium::debug
} // namespace lithium::debug
2 changes: 1 addition & 1 deletion src/task/custom/camera/smart_exposure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ auto SmartExposure::adjustExposureTime(double current_time, double quality) -> i
return static_cast<int>(current_time);
}

} // namespace lithium
} // namespace lithium
2 changes: 1 addition & 1 deletion websrc/image_broadcast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ process.on("exit", () => {
});
});

console.log("WebSocket server started on ws://localhost:8600");
console.log("WebSocket server started on ws://localhost:8600");

0 comments on commit 0e12e64

Please sign in to comment.