Fix CodeFactor issues

This commit is contained in:
Berkan Diler 2020-01-23 16:34:43 +01:00
parent 316a764f6f
commit 6658bdb223
2 changed files with 1 additions and 2 deletions

View File

@ -301,7 +301,7 @@ namespace osu.Game.Beatmaps.Formats
{ {
case LegacyEventType.Background: case LegacyEventType.Background:
string bgFilename = split[2]; string bgFilename = split[2];
beatmap.BeatmapInfo.Metadata.BackgroundFile = CleanFilename(bgFilename); ; beatmap.BeatmapInfo.Metadata.BackgroundFile = CleanFilename(bgFilename);
break; break;
case LegacyEventType.Video: case LegacyEventType.Video:

View File

@ -332,6 +332,5 @@ namespace osu.Game.Beatmaps.Formats
break; break;
} }
} }
} }
} }