aboutsummaryrefslogtreecommitdiff
path: root/src/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.cpp')
-rw-r--r--src/event.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event.cpp b/src/event.cpp
index 5c98028..703efae 100644
--- a/src/event.cpp
+++ b/src/event.cpp
@@ -24,8 +24,7 @@ string Event::serialize()
{"kind", this->kind},
{"tags", this->tags},
{"content", this->content},
- {"sig", this->sig}
- };
+ {"sig", this->sig}};
j["id"] = this->generateId(j.dump());