summaryrefslogtreecommitdiffstats
path: root/tests/file_json.rs
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2018-07-02 15:26:09 -0700
committerRyan Leckey <leckey.ryan@gmail.com>2018-07-02 15:26:09 -0700
commit0226b134bb1871fa4918b52a83073db748bc1b4d (patch)
tree49b60220b559b264e2e7d0b7f9041d9b4472310a /tests/file_json.rs
parent5e5f1a7f000dc227070ccb4bd8e0e3c1c4948282 (diff)
parentaa427d992894f4a098bd77b20d9f10801bc916e7 (diff)
Merge branch 'feature/ini' of https://github.com/woodgear/config-rs
Diffstat (limited to 'tests/file_json.rs')
-rw-r--r--tests/file_json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_json.rs b/tests/file_json.rs
index 48836d8..c27c9b0 100644
--- a/tests/file_json.rs
+++ b/tests/file_json.rs
@@ -72,4 +72,4 @@ fn test_error_parse() {
res.unwrap_err().to_string(),
"expected `:` at line 4 column 1 in tests/Settings-invalid.json".to_string()
);
-}
+} \ No newline at end of file