mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
Applied codestyle to all .cs files
This commit is contained in:
@@ -6,5 +6,5 @@ public sealed class NadekoOptionsAttribute : Attribute
|
||||
public Type OptionType { get; set; }
|
||||
|
||||
public NadekoOptionsAttribute(Type t)
|
||||
=> this.OptionType = t;
|
||||
}
|
||||
=> OptionType = t;
|
||||
}
|
Reference in New Issue
Block a user