mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:03:05 +08:00
Trim whitespace
This commit is contained in:
parent
42df0c974f
commit
53f556de9a
@ -90,8 +90,9 @@ namespace osu.Game.Graphics.Containers
|
|||||||
}
|
}
|
||||||
catch (ChannelNotFoundException e)
|
catch (ChannelNotFoundException e)
|
||||||
{
|
{
|
||||||
Logger.Error(e, "It should not be possible that the user is able to click a invalid channel link.");
|
Logger.Error(e, "It should not be possible that the user is able to click a invalid channel link.");
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case LinkAction.OpenEditorTimestamp:
|
case LinkAction.OpenEditorTimestamp:
|
||||||
case LinkAction.JoinMultiplayerMatch:
|
case LinkAction.JoinMultiplayerMatch:
|
||||||
|
@ -53,7 +53,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="channel">The channel that is going to be added.</param>
|
/// <param name="channel">The channel that is going to be added.</param>
|
||||||
public void AddItem(Channel channel)
|
public void AddItem(Channel channel)
|
||||||
{
|
{
|
||||||
if (!ChannelTabControl.Items.Contains(channel))
|
if (!ChannelTabControl.Items.Contains(channel))
|
||||||
ChannelTabControl.AddItem(channel);
|
ChannelTabControl.AddItem(channel);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user