Skip to content

Commit 5f6b452

Browse files
fix: trailing whitespace on getActiveDisplay declaration
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/428d0670-2fa1-4d26-98a0-126ff08e5a7a Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent a4f68b6 commit 5f6b452

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

osu.Android/OsuGameAndroid.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,8 @@ private void updateAdpfTargetDuration(long targetNs)
14641464
catch { }
14651465
}
14661466

1467-
private global::Android.Views.Display? getActiveDisplay() {
1467+
private global::Android.Views.Display? getActiveDisplay()
1468+
{
14681469
if (gameActivity.IsFinishing || gameActivity.IsDestroyed)
14691470
return null;
14701471

0 commit comments

Comments
 (0)