Skip to content

Commit 0622090

Browse files
committed
Update MRTKFiles.cs
1 parent 6b1e639 commit 0622090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.mixedrealitytoolkit.core/Editor/MRTKFiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static string GeneratedFolderPath
4141
if (!File.Exists(DefaultSentinelFilePath))
4242
{
4343
// Make sure we create and dispose/close the filestream just created
44-
using (FileStream f = File.Create(DefaultSentinelFilePath)) { }
44+
using FileStream f = File.Create(DefaultSentinelFilePath);
4545
}
4646
generatedFolderPath = DefaultGeneratedFolderPath;
4747
}

0 commit comments

Comments
 (0)