We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1e639 commit 0622090Copy full SHA for 0622090
1 file changed
org.mixedrealitytoolkit.core/Editor/MRTKFiles.cs
@@ -41,7 +41,7 @@ public static string GeneratedFolderPath
41
if (!File.Exists(DefaultSentinelFilePath))
42
{
43
// Make sure we create and dispose/close the filestream just created
44
- using (FileStream f = File.Create(DefaultSentinelFilePath)) { }
+ using FileStream f = File.Create(DefaultSentinelFilePath);
45
}
46
generatedFolderPath = DefaultGeneratedFolderPath;
47
0 commit comments