Skip to content

Commit bd8e82a

Browse files
Apply suggestion from @simeonsteward-wk
Co-authored-by: Simeon Steward <160513246+simeonsteward-wk@users.noreply.github.com>
1 parent 150f628 commit bd8e82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numerics/hilbert/hilbert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func boolToInt(value bool) int32 {
4444
return int32(0)
4545
}
4646

47-
func rotate(n, rx, ry int32, x, y int32) (int32, int32) {
47+
func rotate(n, rx, ry, x, y int32) (int32, int32) {
4848
if ry == 0 {
4949
if rx == 1 {
5050
x = n - 1 - x

0 commit comments

Comments
 (0)