Skip to content

Commit a023bfd

Browse files
committed
Fix some spacing
1 parent 73a4c4a commit a023bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fn decode_bson<R: Read + ?Sized>(reader: &mut R, tag: u8) -> DecoderResult<Bson>
217217
let time = try!(read_i64(reader));
218218
Ok(Bson::UtcDatetime(DateTime::from_utc(NaiveDateTime::from_timestamp(time, 0), UTC)))
219219
},
220-
Some(Deprecated) |
220+
Some(Deprecated) |
221221
Some(Undefined) |
222222
Some(DbPointer) |
223223
Some(MaxKey) |

0 commit comments

Comments
 (0)