From 8564cf6268029d9be3e411e16e4bfd6fc2fae6bf Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Fri, 10 Feb 2023 17:12:31 -0600 Subject: [PATCH] Remove unnecessary prefix --- repak/src/pak.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,