Skip to content

Commit 9f8b312

Browse files
committed
---
yaml --- r: 6191 b: refs/heads/master c: 06d14f3 h: refs/heads/master i: 6189: 2e0dce5 6187: 8c9c5c4 6183: e0187c6 6175: 018d324 v: v3
1 parent 0dc4921 commit 9f8b312

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 656a2af98975edea682831c8483ac534cec7825a
2+
refs/heads/master: 06d14f3a1cef79977da60c392b1c52d4ab87e2c7

trunk/src/lib/json.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ fn from_str_str(s: str) -> (option::t<json>, str) {
9595
escape = true;
9696
cont;
9797
} else if (c == '"') {
98-
ret (some(string(res)), str::char_slice(s, pos, str::char_len(s)));
98+
ret (some(string(res)),
99+
str::char_slice(s, pos, str::char_len(s)));
99100
}
100101
res = res + str::from_char(c);
101102
}

0 commit comments

Comments
 (0)