1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:47:52 +08:00

Remove blank line

This commit is contained in:
Dan Balasescu 2020-06-16 21:01:10 +09:00 committed by GitHub
parent 115ea244be
commit c5358cbb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();