We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8ece7 commit f224965Copy full SHA for f224965
src/Store/Json.cpp
@@ -10,10 +10,10 @@ bool json_encode(std::ostream& output, const char* datum) {
10
};
11
output << '"';
12
return true;
13
-};
+}
14
15
bool json_encode(std::ostream& output, const std::string& datum) {
16
return json_encode(output, datum.c_str());
17
18
19
}
0 commit comments