Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabwhy committed Feb 29, 2024
1 parent bb9857f commit 58c3683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ pub trait DirEntry {
}

pub struct VPKTree<DirectoryEntry>
where DirectoryEntry: DirEntry {
where
DirectoryEntry: DirEntry,
{
pub files: HashMap<String, DirectoryEntry>,
pub preload: HashMap<String, Vec<u8>>,
}
Expand Down

0 comments on commit 58c3683

Please sign in to comment.