savestate example: rustfmt
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e43f629b78
commit
ee931b4f8c
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
use std::fs;
|
||||
use std::convert::TryFrom;
|
||||
use savestate::SaveState;
|
||||
use std::convert::TryFrom;
|
||||
use std::fs;
|
||||
|
||||
use std::path::PathBuf;
|
||||
use structopt::StructOpt;
|
||||
|
|
Loading…
Reference in a new issue