Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
svenski123 committed Jun 22, 2020
1 parent 986bcf3 commit 10fa72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/serde_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use {
stakes::Stakes,
},
bincode,
bincode::{Error, serialize_into},
bincode::{serialize_into, Error},
fs_extra::dir::CopyOptions,
log::{info, warn},
rand::{thread_rng, Rng},
Expand Down

0 comments on commit 10fa72d

Please sign in to comment.