Skip to content

Commit 960d4b4

Browse files
author
Vincent Prouillet
committed
One last spacing fix
1 parent 8987456 commit 960d4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tokenizer.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ impl<'a> TokenStream<'a> {
274274
}
275275
}
276276
_ => Err(
277-
Error::unexpected_message(
278-
format_args!("unexpected character {:?}", cur_char)
279-
)
277+
Error::unexpected_message(
278+
format_args!("unexpected character {:?}", cur_char)
279+
)
280280
),
281281
}
282282
}

0 commit comments

Comments
 (0)