Skip to content

Commit

Permalink
refactor(ai): remove redundant comment (#3153)
Browse files Browse the repository at this point in the history
This commit removes a redundant command which I introduced in the last
commit.
  • Loading branch information
rickstaa authored Aug 23, 2024
1 parent a4116f7 commit 54b4de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ func PriceToInt64(price *big.Rat) (*big.Rat, error) {
return nil, errors.New("price cannot be converted to int64")
}

// Return a new big.Rat with an int64 numerator and a denominator of 1.
return big.NewRat(fixed.Int64(), 1), nil
}

Expand Down

0 comments on commit 54b4de2

Please sign in to comment.