Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
svenski123 committed Jun 19, 2020
1 parent 3b6bf23 commit 9e49310
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 9e49310

Please sign in to comment.