Skip to content

Commit e683ea6

Browse files
committed
Format fix
1 parent 98e11dc commit e683ea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use itertools::Either;
33
use log::{error, info};
44
use serde_json::{Map, Value};
55
use std::ffi::OsString;
6-
use std::fs::{create_dir_all, read_dir, File};
7-
use std::io::{prelude::*, ErrorKind};
6+
use std::fs::{File, create_dir_all, read_dir};
7+
use std::io::{ErrorKind, prelude::*};
88
use std::path::{Path, PathBuf};
99
use std::{env, io};
1010

0 commit comments

Comments
 (0)