small tweak + formatting
This commit is contained in:
parent
b3a6fda4fb
commit
dd2d5a58b1
@ -1,5 +1,4 @@
|
||||
use std::{io, fs, env, path::Path};
|
||||
use io::Read;
|
||||
use std::{env, fs, io, io::Read, path::Path};
|
||||
fn main() {
|
||||
let mut rblxpath = String::new();
|
||||
if let Some(lad) = env::var("LOCALAPPDATA").ok() {
|
||||
|
Loading…
Reference in New Issue
Block a user