diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-02 16:19:24 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-02 16:19:24 -0500 |
commit | 32c722d50943bbdeba65a77d5e94f8692cf75f3c (patch) | |
tree | 119a4823b806feb1cba3f0ddb2113b6aa69ce717 /include/libfud.hpp | |
parent | e4345522c01f9dd760646f4a3b9ca26ee7c8812f (diff) |
Reformatting and minor documentation.
Diffstat (limited to 'include/libfud.hpp')
-rw-r--r-- | include/libfud.hpp | 3 |
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 |