1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 14:25:42 +08:00

Remove blank line

This commit is contained in:
Dan Balasescu
2020-06-16 21:01:10 +09:00
committed by GitHub
Unverified
parent 115ea244be
commit c5358cbb6b
+1 -2
View File
@@ -38,7 +38,6 @@ namespace osu.Android
}
else
{
#pragma warning disable CS0618 // Type or member is obsolete
// this is required else older SDKs will report missing method exception.
versionName = packageInfo.VersionCode.ToString();
@@ -58,4 +57,4 @@ namespace osu.Android
protected override UpdateManager CreateUpdateManager() => new SimpleUpdateManager();
}
}
}