aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.config/read.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.config/read.ccm')
-rw-r--r--nihil.config/read.ccm6
1 files changed, 3 insertions, 3 deletions
diff --git a/nihil.config/read.ccm b/nihil.config/read.ccm
index 18f7213..fca78eb 100644
--- a/nihil.config/read.ccm
+++ b/nihil.config/read.ccm
@@ -7,16 +7,16 @@ module;
#include <expected>
#include <filesystem>
-import nihil;
-
export module nihil.config:read;
+import nihil;
+
namespace nihil::config {
/*
* Load the configuration from a file.
*/
export [[nodiscard]] auto read_from(std::filesystem::path const &filename)
- -> std::expected<void, nihil::error>;
+ -> std::expected<void, error>;
} // namespace nihil::config