mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Kotz's editorconfig styles slightly modified. Target typed new usage. Brackets in expressions used for clarity.
This commit is contained in:
@@ -55,7 +55,7 @@ public sealed partial class MusicQueue : IMusicQueue
|
||||
}
|
||||
}
|
||||
|
||||
private readonly object locker = new object();
|
||||
private readonly object locker = new();
|
||||
|
||||
public MusicQueue()
|
||||
{
|
||||
|
Reference in New Issue
Block a user