diff --git a/repak/src/pak.rs b/repak/src/pak.rs index 9ecdb07..cdc161f 100644 --- a/repak/src/pak.rs +++ b/repak/src/pak.rs @@ -104,7 +104,7 @@ impl PakReader { Ok(data) } - pub fn read_file( + pub fn read_file( &self, path: &str, reader: &mut R, @@ -121,7 +121,7 @@ impl PakReader { } } -impl PakWriter { +impl PakWriter { pub fn new( writer: W, key: Option,