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 8, 2024
1 parent 4d09888 commit 7873e97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/atom.error/pymodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ PYBIND11_MODULE(error, m) {
py::class_<atom::error::StackTrace>(m, "StackTrace")
.def(py::init<>())
.def("toString", &atom::error::StackTrace::toString);
}
}
4 changes: 2 additions & 2 deletions modules/atom.extra/pymodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using namespace boost::system;
PYBIND11_MODULE(extra, m) {
m.doc() = "Python bindings for Atom Extra Module";



/*
py::class_<error_category>(m, "ErrorCategory")
Expand Down Expand Up @@ -190,7 +190,7 @@ PYBIND11_MODULE(extra, m) {
"Asynchronously receives a JSON object from the WebSocket server");
*/

#if __has_include(<boost/charconv.hpp>)
py::enum_<atom::extra::boost::NumberFormat>(m, "NumberFormat")
.value("GENERAL", atom::extra::boost::NumberFormat::GENERAL)
Expand Down
2 changes: 1 addition & 1 deletion src/addon/debug/dynamic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ void DynamicLibraryParser::setOutputFilename(const std::string &filename) {

void DynamicLibraryParser::parse() { impl_->parse(); }

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

} // namespace lithium::addon

#endif // LITHIUM_ADDON_DEBUG_DYNAMIC_HPP
#endif // LITHIUM_ADDON_DEBUG_DYNAMIC_HPP
2 changes: 1 addition & 1 deletion src/atom/algorithm/snowflake.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ class Snowflake {
};
} // namespace atom::algorithm

#endif // ATOM_ALGORITHM_SNOWFLAKE_HPP
#endif // ATOM_ALGORITHM_SNOWFLAKE_HPP

0 comments on commit 7873e97

Please sign in to comment.