Skip to content

Commit eb24a00

Browse files
committed
Remove the double comma
1 parent 00f4be8 commit eb24a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Mounting/Sandbox.Mounting/MountedAsset/ResourceLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ protected virtual Task<object> LoadAsync()
139139
/// </summary>
140140
protected virtual object Load()
141141
{
142-
return null; ;
142+
return null;
143143
}
144144

145145
internal void ShutdownInternal()

0 commit comments

Comments
 (0)