mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Fix formatting issue
This commit is contained in:
parent
e9aa7f3218
commit
c3375071ad
@ -140,7 +140,8 @@ namespace osu.Game.Online.Chat
|
|||||||
|
|
||||||
private class CustomDaySeparator : DaySeparator
|
private class CustomDaySeparator : DaySeparator
|
||||||
{
|
{
|
||||||
public CustomDaySeparator(DateTimeOffset time) : base(time)
|
public CustomDaySeparator(DateTimeOffset time)
|
||||||
|
: base(time)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user