diff options
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 |