diff --git a/savestate/examples/savestate.rs b/savestate/examples/savestate.rs index b908696..a319f08 100644 --- a/savestate/examples/savestate.rs +++ b/savestate/examples/savestate.rs @@ -13,9 +13,9 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -use std::fs; -use std::convert::TryFrom; use savestate::SaveState; +use std::convert::TryFrom; +use std::fs; use std::path::PathBuf; use structopt::StructOpt;