mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
refactor(chunkable): clean up namespaces
This commit is contained in:
parent
40277841cc
commit
95dc0fea3b
@ -25,9 +25,7 @@
|
||||
#include <string_view>
|
||||
#include <system_error>
|
||||
|
||||
namespace dwarfs {
|
||||
|
||||
namespace writer::internal {
|
||||
namespace dwarfs::writer::internal {
|
||||
|
||||
class file;
|
||||
|
||||
@ -43,6 +41,4 @@ class chunkable {
|
||||
virtual std::error_code release_until(size_t offset) = 0;
|
||||
};
|
||||
|
||||
} // namespace writer::internal
|
||||
|
||||
} // namespace dwarfs
|
||||
} // namespace dwarfs::writer::internal
|
||||
|
Loading…
x
Reference in New Issue
Block a user