Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Mar 15, 2024
1 parent 92a75b0 commit b11eba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/testutil/constants/positions.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var (
Quantums: dtypes.NewInt(10_000_000),
FundingIndex: dtypes.NewInt(0),
}
// Short position for arbitary isolated market
// Short position for arbitrary isolated market
PerpetualPosition_OneISOShort = satypes.PerpetualPosition{
PerpetualId: 3,
Quantums: dtypes.NewInt(-100_000_000),
Expand Down

0 comments on commit b11eba5

Please sign in to comment.