diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-08 23:33:21 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 0e7999f2d147b026aaee6693bdd2be2cb4a2519e (patch) | |
tree | b5bc7e49f732009f5d5f26ec625f4fa96935d40a /asl/option.hpp | |
parent | 85462f25d6335bcca9423b6fc1e624d9a76a2375 (diff) |
Start work on formatting
Diffstat (limited to 'asl/option.hpp')
-rw-r--r-- | asl/option.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asl/option.hpp b/asl/option.hpp index 8662250..7600252 100644 --- a/asl/option.hpp +++ b/asl/option.hpp @@ -116,7 +116,6 @@ public: m_has_value = false;
}
}
-
};
} // namespace asl
|