savestate example: rustfmt

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-06-30 17:36:19 +02:00
parent e43f629b78
commit ee931b4f8c
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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;