Mass: how did that space get here ?

This commit is contained in:
Guillaume Jacquemin 2024-03-14 15:09:08 +01:00
parent 20f116d832
commit d242431d78
Signed by: williamjcm
SSH Key Fingerprint: SHA256:AYLOg+iTV0ElElnlu4vqM4edFazVdRiuQB0Y5LoKc4A
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Mass {
Mass(Mass&&) = default;
Mass& operator=(Mass&&) = default;
auto lastError() -> Containers::StringView ;
auto lastError() -> Containers::StringView;
static auto getNameFromFile(Containers::StringView path) -> Containers::Optional<Containers::String>;