Skip to content

Commit dedeae9

Browse files
author
梶塚太智
committed
Update main.rs
Formated!
1 parent aeaef44 commit dedeae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ use opener;
22
use rand::seq::SliceRandom;
33
use std::collections::HashMap;
44
use std::env;
5-
use std::path::Path;
65
use std::fs::{self, File};
76
use std::io::{self, Error, Read, Write};
7+
use std::path::Path;
88
use std::thread;
99
use std::thread::sleep;
1010
use std::time::{Duration, SystemTime, UNIX_EPOCH};

0 commit comments

Comments
 (0)