Skip to content

Commit 1f66ffd

Browse files
committed
Merge pull request #8 from steveklabnik/patch-1
Fix some spacing
2 parents 73a4c4a + a023bfd commit 1f66ffd

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)