Skip to content

Commit

Permalink
rider didn't like the inconsistent order lol
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiod committed Dec 17, 2023
1 parent 07d04a2 commit acf34ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xubot/src/Commands/Connections/SteamKitInteg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public static string ReturnAppName(int appId)
return app?["name"].AsString();
}

public async static Task<int> ReturnAppId(string appName, ICommandContext context)
public static async Task<int> ReturnAppId(string appName, ICommandContext context)
{
try
{
Expand Down

0 comments on commit acf34ff

Please sign in to comment.