Resolve CA1805 inspections

"Member is explicitly initialized to its default value"
This commit is contained in:
Bartłomiej Dach
2020-11-01 18:47:40 +01:00
parent 6ff13e399a
commit 2b0bea535e
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Database
/// Whether this write usage will commit a transaction on completion.
/// If false, there is a parent usage responsible for transaction commit.
/// </summary>
public bool IsTransactionLeader = false;
public bool IsTransactionLeader;
protected void Dispose(bool disposing)
{