Formatting

This commit is contained in:
Aleksey Kladov 2018-01-30 22:56:13 +03:00
parent 197a2e6fef
commit 7a02097b71

View file

@ -32,7 +32,6 @@ fn path(p: &mut Parser) {
} }
} }
fn path_segment(p: &mut Parser, first: bool) { fn path_segment(p: &mut Parser, first: bool) {
let segment = p.start(); let segment = p.start();
if first { if first {