aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/json-to-value.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-11-11 12:13:51 +0100
committerGitHub <noreply@github.com>2019-11-11 12:13:51 +0100
commit5ee23c35b9db79e1ce3a8954e91a7c18d295d917 (patch)
tree252d68924f3249e68b07f058b82243cbb2b12f4b /src/libexpr/json-to-value.hh
parent1f174226d167c72b272d58d89560d32fa75f1654 (diff)
parent8669db1dcc9378bd61438e6c5978aea5d53d546f (diff)
Merge pull request #3219 from Ericson2314/semicolons
Fix extra semicolons warnings
Diffstat (limited to 'src/libexpr/json-to-value.hh')
-rw-r--r--src/libexpr/json-to-value.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/json-to-value.hh b/src/libexpr/json-to-value.hh
index 33f35b16c..3b0fdae11 100644
--- a/src/libexpr/json-to-value.hh
+++ b/src/libexpr/json-to-value.hh
@@ -6,7 +6,7 @@
namespace nix {
-MakeError(JSONParseError, EvalError)
+MakeError(JSONParseError, EvalError);
void parseJSON(EvalState & state, const string & s, Value & v);