small tweak + formatting

This commit is contained in:
tommy 2024-08-26 08:48:53 -04:00
parent b3a6fda4fb
commit dd2d5a58b1
Signed by: tommy
GPG Key ID: E12CE5A632617F4E

View File

@ -1,5 +1,4 @@
use std::{io, fs, env, path::Path}; use std::{env, fs, io, io::Read, path::Path};
use io::Read;
fn main() { fn main() {
let mut rblxpath = String::new(); let mut rblxpath = String::new();
if let Some(lad) = env::var("LOCALAPPDATA").ok() { if let Some(lad) = env::var("LOCALAPPDATA").ok() {