mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove extra newlines
This commit is contained in:
@ -27,7 +27,6 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public IEnumerable<string> FilterTerms => new[] { Text };
|
public IEnumerable<string> FilterTerms => new[] { Text };
|
||||||
|
|
||||||
public bool MatchingFilter
|
public bool MatchingFilter
|
||||||
@ -37,6 +36,5 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
this.FadeTo(value ? 1 : 0);
|
this.FadeTo(value ? 1 : 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user