From be3c7ec5f81643a8c4e82f56e012e37138a7def0 Mon Sep 17 00:00:00 2001 From: MrTheMake Date: Wed, 2 Aug 2017 16:17:33 +0200 Subject: [PATCH] Added missing space --- osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs b/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs index e1e1e40f37..433c23284f 100644 --- a/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs +++ b/osu.Game/Beatmaps/Formats/OsuLegacyDecoder.cs @@ -458,7 +458,7 @@ namespace osu.Game.Beatmaps.Formats case Section.HitObjects: // If the ruleset wasn't specified, assume the osu!standard ruleset. - if(parser == null) + if (parser == null) parser = new Rulesets.Objects.Legacy.Osu.ConvertHitObjectParser(); var obj = parser.Parse(line);