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 Sep 15, 2024
1 parent 15b6656 commit 36e0e90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/lithium.pytools/tools/cmake_generator.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
"""
This script automates the generation of CMake build configuration files for C++ projects. It supports multi-directory
project structures, the creation of custom FindXXX.cmake files for third-party libraries, and the use of JSON configuration
files for specifying project settings.
This script automates the generation of CMake build configuration files for C++ projects. It supports multi-directory
project structures, the creation of custom FindXXX.cmake files for third-party libraries, and the use of JSON configuration
files for specifying project settings.
Key features:
1. Multi-directory support with separate CMakeLists.txt for each subdirectory.
Expand Down
2 changes: 1 addition & 1 deletion src/atom/async/slot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,4 @@ class ScopedSignal {

} // namespace atom::async

#endif
#endif
2 changes: 1 addition & 1 deletion src/atom/error/error_code.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ enum class ServerError : int {
MaintenanceMode = 325, // 维护模式
};

#endif
#endif
2 changes: 1 addition & 1 deletion src/atom/io/asyncio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ FileWriter async_copy(const std::string& src_filename,
const std::string& dest_filename);
} // namespace atom::io

#endif // ATOM_IO_ASYNC_IO_HPP
#endif // ATOM_IO_ASYNC_IO_HPP

0 comments on commit 36e0e90

Please sign in to comment.