mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 20:07:25 +08:00
Fix incorrect indent size
This commit is contained in:
parent
f9f8a32380
commit
e69f8716cd
@ -27,9 +27,9 @@ namespace osu.Game.Overlays.Chat.ChannelList
|
|||||||
public Action<Channel>? OnRequestLeave;
|
public Action<Channel>? OnRequestLeave;
|
||||||
|
|
||||||
public IEnumerable<Channel> Channels => groupFlow.Children.Where(child => child is ChannelGroup)
|
public IEnumerable<Channel> Channels => groupFlow.Children.Where(child => child is ChannelGroup)
|
||||||
.Cast<ChannelGroup>()
|
.Cast<ChannelGroup>()
|
||||||
.SelectMany(channelGroup => channelGroup.ItemFlow)
|
.SelectMany(channelGroup => channelGroup.ItemFlow)
|
||||||
.Select(item => item.Channel);
|
.Select(item => item.Channel);
|
||||||
|
|
||||||
public readonly ChannelListing.ChannelListingChannel ChannelListingChannel = new ChannelListing.ChannelListingChannel();
|
public readonly ChannelListing.ChannelListingChannel ChannelListingChannel = new ChannelListing.ChannelListingChannel();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user