diff options
Diffstat (limited to 'third_party/nix/src/libexpr/json-to-value.hh')
-rw-r--r-- | third_party/nix/src/libexpr/json-to-value.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/nix/src/libexpr/json-to-value.hh b/third_party/nix/src/libexpr/json-to-value.hh index 041a4c596591..7f258f2137ba 100644 --- a/third_party/nix/src/libexpr/json-to-value.hh +++ b/third_party/nix/src/libexpr/json-to-value.hh @@ -6,8 +6,8 @@ namespace nix { -MakeError(JSONParseError, EvalError) +MakeError(JSONParseError, EvalError); - void parseJSON(EvalState& state, const std::string& s, Value& v); +void parseJSON(EvalState& state, const std::string& s, Value& v); -} +} // namespace nix |