fix newlines
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
7f438425aa
commit
0ebf04a021
@ -57,4 +57,4 @@ PackedResourceType identify(QFileInfo file){
|
||||
}
|
||||
return PackedResourceType::UNKNOWN;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,4 +28,4 @@
|
||||
enum class PackedResourceType { DataPack, ResourcePack, TexturePack, ShaderPack, WorldSave, Mod, UNKNOWN };
|
||||
namespace ResourceUtils {
|
||||
PackedResourceType identify(QFileInfo file);
|
||||
} // namespace ResourceUtils
|
||||
} // namespace ResourceUtils
|
||||
|
Loading…
Reference in New Issue
Block a user