Skip to content

Commit 8d8c5c4

Browse files
committed
Missed a space
1 parent c33a0a7 commit 8d8c5c4

File tree

1 file changed

+1
-1
lines changed
  • xivModdingFramework/Models/DataContainers

1 file changed

+1
-1
lines changed

xivModdingFramework/Models/DataContainers/TTModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ public static async Task<TTModel> LoadFromFile(string filePath, Action<bool, str
16931693
try
16941694
{
16951695
return reader.GetInt32("vertex_id");
1696-
} catch (Exception ex)
1696+
} catch(Exception ex)
16971697
{
16981698
throw ex;
16991699
}

0 commit comments

Comments
 (0)