mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Resolve CA1805 inspections
"Member is explicitly initialized to its default value"
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user