Skip to content

Commit f4a8c16

Browse files
committed
chore: cargo fmt
1 parent 9052674 commit f4a8c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testsuite/file_jsonc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ fn test_error_parse() {
9999

100100
assert!(res.is_err());
101101
let err = res.unwrap_err().to_string();
102-
let expected_prefix = "Expected colon after the string or word in object property on line 4 column 1 in ";
102+
let expected_prefix =
103+
"Expected colon after the string or word in object property on line 4 column 1 in ";
103104
assert!(
104105
err.starts_with(expected_prefix),
105106
"Error message does not start with expected prefix. Got: {}",

0 commit comments

Comments
 (0)