Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 58961dc

Browse files
committed
style
1 parent d140a67 commit 58961dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ASFOAuth/ASFOAuth.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public Task OnLoaded()
146146
//Plugin Info
147147
"ASFOAUTH" or
148148
"ASFO" when access >= EAccess.FamilySharing =>
149-
Task.FromResult(PluginInfo),
149+
Task.FromResult(PluginInfo),
150150

151151
_ => null,
152152
},
@@ -155,11 +155,11 @@ public Task OnLoaded()
155155
//Core
156156
"OAUTH" or
157157
"O" when argLength == 3 && access >= EAccess.Master =>
158-
Core.Command.OAuth(args[1], args[2]),
158+
Core.Command.OAuth(args[1], args[2]),
159159

160160
"OAUTH" or
161161
"O" when argLength == 2 && access >= EAccess.Master =>
162-
Core.Command.OAuth(bot, args[1]),
162+
Core.Command.OAuth(bot, args[1]),
163163

164164
_ => null,
165165
},

0 commit comments

Comments
 (0)