mirror of https://github.com/ppy/osu
Remove extra newlines
This commit is contained in:
parent
22dce64d6d
commit
4cd21fabf3
|
@ -27,7 +27,6 @@ private void load(OsuColour colours)
|
|||
});
|
||||
}
|
||||
|
||||
|
||||
public IEnumerable<string> FilterTerms => new[] { Text };
|
||||
|
||||
public bool MatchingFilter
|
||||
|
@ -37,6 +36,5 @@ public bool MatchingFilter
|
|||
this.FadeTo(value ? 1 : 0);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue