summaryrefslogtreecommitdiff
path: root/include/libfud.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-02 16:19:24 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-02 16:19:24 -0500
commit32c722d50943bbdeba65a77d5e94f8692cf75f3c (patch)
tree119a4823b806feb1cba3f0ddb2113b6aa69ce717 /include/libfud.hpp
parente4345522c01f9dd760646f4a3b9ca26ee7c8812f (diff)
Reformatting and minor documentation.
Diffstat (limited to 'include/libfud.hpp')
-rw-r--r--include/libfud.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libfud.hpp b/include/libfud.hpp
index 8004df4..1e6df5d 100644
--- a/include/libfud.hpp
+++ b/include/libfud.hpp
@@ -41,7 +41,6 @@ Result<String, FudStatus> getEnv(const T& name)
return getEnv(name.c_str());
}
-}
-
+} // namespace fud
#endif