remove blank lines

This commit is contained in:
Unknown
2019-01-11 10:34:56 +01:00
parent 469de26af2
commit 6eff79913b
22 changed files with 0 additions and 22 deletions

View File

@ -124,7 +124,6 @@ namespace osu.Game.Rulesets.Objects.Legacy
// osu-stable treated the first span of the slider as a repeat, but no repeats are happening
repeatCount = Math.Max(0, repeatCount - 1);
if (split.Length > 7)
length = Convert.ToDouble(split[7], CultureInfo.InvariantCulture);