Skip to content

Commit

Permalink
Format with rustfmt 2019-08-19
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 8, 2019
1 parent 684bf88 commit d941bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ impl<'de, R: Read<'de>> Deserializer<R> {
buf.push(b as char);
Ok(b)
}
None => Err(self.error(ErrorCode::EofWhileParsingValue))
None => Err(self.error(ErrorCode::EofWhileParsingValue)),
}
}

Expand Down

0 comments on commit d941bfa

Please sign in to comment.