From 58c3683cc56c15d8f874b950ec8bfdf1db0b90b1 Mon Sep 17 00:00:00 2001 From: Barnaby <22575741+barnabwhy@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:33:22 +0000 Subject: [PATCH] format --- src/common/format.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/format.rs b/src/common/format.rs index b3ca3c8..5215691 100644 --- a/src/common/format.rs +++ b/src/common/format.rs @@ -15,7 +15,9 @@ pub trait DirEntry { } pub struct VPKTree - where DirectoryEntry: DirEntry { +where + DirectoryEntry: DirEntry, +{ pub files: HashMap, pub preload: HashMap>, }