Skip to content

Commit

Permalink
Fixed bracket style to allman
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpartaPT committed Oct 1, 2024
1 parent 6e465a5 commit d22fabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fuyu.Launcher/Store/GetGamesResultAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ public class GetGamesResultAction
{
public Dictionary<string, int?> Games { get; }

public GetGamesResultAction(Dictionary<string, int?> games) {
public GetGamesResultAction(Dictionary<string, int?> games)
{
Games = games;
}
}
Expand Down

0 comments on commit d22fabf

Please sign in to comment.