Skip to content

Commit bd71d11

Browse files
author
Jorge Aparicio
committed
break long line
1 parent acbf386 commit bd71d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/codemap.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@ impl Decodable for FileMap {
617617

618618
Ok(lines)
619619
})?;
620-
let multibyte_chars: Vec<MultiByteChar> = d.read_struct_field("multibyte_chars", 4, |d| Decodable::decode(d))?;
620+
let multibyte_chars: Vec<MultiByteChar> =
621+
d.read_struct_field("multibyte_chars", 4, |d| Decodable::decode(d))?;
621622
Ok(FileMap {
622623
name: name,
623624
start_pos: start_pos,

0 commit comments

Comments
 (0)