Skip to content

Commit

Permalink
Code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
jai-x committed May 6, 2022
1 parent 9d62206 commit 6fc808b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osu.Game/Overlays/ChatOverlayV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ public class ChatOverlayDrawableChannel : DrawableChannel

public ChatOverlayDrawableChannel(Channel channel)
: base(channel)
{ }
{
}

[BackgroundDependencyLoader]
private void load(OverlayColourProvider colourProvider)
Expand Down

0 comments on commit 6fc808b

Please sign in to comment.