aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Action.cpp')
-rw-r--r--src/engine/Action.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/Action.cpp b/src/engine/Action.cpp
index 59dd8c7..e49e69b 100644
--- a/src/engine/Action.cpp
+++ b/src/engine/Action.cpp
@@ -27,9 +27,8 @@ Action::write_state(Sord::Model& model)
using namespace Raul;
model.add_statement(rdf_id(model.world()),
- Sord::Curie(model.world(), "rdf:type"),
- Sord::Curie(model.world(), "machina:Action"));
+ Sord::Curie(model.world(), "rdf:type"),
+ Sord::Curie(model.world(), "machina:Action"));
}
} // namespace Machina
-