aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Stateful.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Stateful.cpp')
-rw-r--r--src/engine/Stateful.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/Stateful.cpp b/src/engine/Stateful.cpp
index c2d2731..d778b85 100644
--- a/src/engine/Stateful.cpp
+++ b/src/engine/Stateful.cpp
@@ -23,8 +23,7 @@ uint64_t Stateful::_next_id = 1;
Stateful::Stateful()
: _id(next_id())
-{
-}
+{}
const Sord::Node&
Stateful::rdf_id(Sord::World& world) const