break long line

This commit is contained in:
Jorge Aparicio 2016-03-21 03:38:25 -05:00
parent acbf386ab4
commit bd71d11a8f

View file

@ -617,7 +617,8 @@ impl Decodable for FileMap {
Ok(lines)
})?;
let multibyte_chars: Vec<MultiByteChar> = d.read_struct_field("multibyte_chars", 4, |d| Decodable::decode(d))?;
let multibyte_chars: Vec<MultiByteChar> =
d.read_struct_field("multibyte_chars", 4, |d| Decodable::decode(d))?;
Ok(FileMap {
name: name,
start_pos: start_pos,