summaryrefslogtreecommitdiff
path: root/compiler/luci/lang/src/Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/luci/lang/src/Module.cpp')
-rw-r--r--compiler/luci/lang/src/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/luci/lang/src/Module.cpp b/compiler/luci/lang/src/Module.cpp
index e52d897a5..80ef61910 100644
--- a/compiler/luci/lang/src/Module.cpp
+++ b/compiler/luci/lang/src/Module.cpp
@@ -43,4 +43,4 @@ loco::Graph *Module::graph(size_t idx) const
std::unique_ptr<Module> make_module(void) { return std::make_unique<Module>(); }
-} // namespace loco
+} // namespace luci