Skip to content

Commit

Permalink
[skip CI] CI/CD: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent 1a6630d commit 49676a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fuyu.Launcher.Core/Helpers/HttpHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static HttpResponse<TResponse> HttpReq<TRequest, TResponse>(EHttpMethod m
_ => throw new ArgumentOutOfRangeException(nameof(method)),
};
}
catch(Exception ex)
catch (Exception ex)
{
return new HttpResponse<TResponse>
{
Expand Down
2 changes: 1 addition & 1 deletion Fuyu.Launcher.Core/Services/RequestService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Fuyu.Launcher.Core.Services
public static class RequestService
{
static RequestService()
{}
{ }

public static HttpResponse<object> Ping()
{
Expand Down

0 comments on commit 49676a9

Please sign in to comment.