Skip to content

Commit fa7d569

Browse files
author
AJubrey
committed
[REMOVED] extra spaces
1 parent cb97d07 commit fa7d569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ protected virtual void Load()
10221022
LoadDefaults();
10231023
} else {
10241024
try {
1025-
var fileData = System.IO.File.ReadAllText(filePath);
1025+
var fileData = System.IO.File.ReadAllText(filePath);
10261026
EditorJsonUtility.FromJsonOverwrite(fileData, s_Instance);
10271027
} catch(Exception xcp) {
10281028
// Quash the exception and take the default settings.

0 commit comments

Comments
 (0)