Skip to content
Snippets Groups Projects
Commit 6a3a54c9 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Style change.

parent bb4f27fe
Branches
Tags
2 merge requests!33Release 0.1,!30Debug build
Pipeline #14811 failed
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
...@@ -30,8 +30,6 @@ auto get_arena() -> Arena * { ...@@ -30,8 +30,6 @@ auto get_arena() -> Arena * {
return &arena; return &arena;
} }
auto reset_arena() -> void { auto reset_arena() -> void { get_arena()->Reset(); }
get_arena()->Reset();
}
} // namespace caosdb::utility } // namespace caosdb::utility
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment