Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Sep 13, 2024
1 parent 2f5b210 commit c39f473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NineChronicles.Headless.Tests/Common/Fixtures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public static class Fixtures

public static readonly Address StakeStateAddress = StakeState.DeriveAddress(UserAddress);

public static readonly TableSheets TableSheetsFX = new (TableSheetsImporter.ImportSheets());
public static readonly TableSheets TableSheetsFX = new(TableSheetsImporter.ImportSheets());

public static readonly AvatarState AvatarStateFX = new (
public static readonly AvatarState AvatarStateFX = new(
AvatarAddress,
UserAddress,
0,
Expand Down

0 comments on commit c39f473

Please sign in to comment.