Skip to content

Commit

Permalink
Move namespace start before the first divider
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Mar 7, 2024
1 parent 5d2581f commit 853a28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ std::ofstream stream(const tmp::file& file, bool binary, bool append) noexcept {
} // namespace


namespace tmp {

//===----------------------------------------------------------------------===//
// tmp::path implementation
//===----------------------------------------------------------------------===//

namespace tmp {

path::path(fs::path path)
: underlying(std::move(path)) {}

Expand Down

0 comments on commit 853a28c

Please sign in to comment.