diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-01-09 17:12:28 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-01-09 17:18:08 -0700 |
commit | 574af2c795a19246c18e5f07a49d6d41f5670a6e (patch) | |
tree | 82a1782bc284082c09a1d8c2cbc2a7ed2406d26e /launcher/minecraft/mod/tasks/LocalResourceParse.cpp | |
parent | a4870d4834f627f6c730d7b72237d7357aeacc8f (diff) | |
download | PrismLauncher-574af2c795a19246c18e5f07a49d6d41f5670a6e.tar.gz PrismLauncher-574af2c795a19246c18e5f07a49d6d41f5670a6e.tar.bz2 PrismLauncher-574af2c795a19246c18e5f07a49d6d41f5670a6e.zip |
chore: cleanup review suggestions
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/minecraft/mod/tasks/LocalResourceParse.cpp')
-rw-r--r-- | launcher/minecraft/mod/tasks/LocalResourceParse.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/minecraft/mod/tasks/LocalResourceParse.cpp b/launcher/minecraft/mod/tasks/LocalResourceParse.cpp index 63833832..4d760df2 100644 --- a/launcher/minecraft/mod/tasks/LocalResourceParse.cpp +++ b/launcher/minecraft/mod/tasks/LocalResourceParse.cpp @@ -76,6 +76,3 @@ QString getPackedTypeName(PackedResourceType type) { } } - - - |