Resolve more CA1805 inspections

This commit is contained in:
Bartłomiej Dach
2020-11-01 20:51:23 +01:00
parent 3090b6ccb5
commit 164370bc7d
4 changed files with 10 additions and 7 deletions

View File

@ -135,7 +135,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
public Bindable<bool> InitialRoomsReceived { get; } = new Bindable<bool>(true);
public IBindableList<Room> Rooms { get; } = null;
public IBindableList<Room> Rooms => null;
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)
{