Skip to content

Commit b9b3d3a

Browse files
committed
Fix R# inspection
1 parent 86c81cb commit b9b3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Framework.Android/AndroidGameActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public abstract class AndroidGameActivity : SDLActivity
3232

3333
protected abstract Game CreateGame();
3434

35-
protected override string[] GetLibraries() => new string[] { "SDL3" };
35+
protected override string[] GetLibraries() => ["SDL3"];
3636

3737
protected override SDLSurface CreateSDLSurface(Context? context) => new AndroidGameSurface(this, context);
3838

0 commit comments

Comments
 (0)