Remove redundant initialiser

This commit is contained in:
Bartłomiej Dach 2024-11-04 14:49:11 +01:00
parent 1dee041448
commit 74d5de2d13
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Dashboard.Friends
private CancellationTokenSource cancellationToken;
[CanBeNull]
private SearchContainer currentContent = null;
private SearchContainer currentContent;
private FriendOnlineStreamControl onlineStreamControl;
private Box background;