Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix up formatting for modulo operator
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredxing committed Feb 17, 2015
1 parent a1b6f1d commit 443d298
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions operators/standard.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ var (
return math.Pow(args[0], args[1])
},
}

)

func init() {
Expand All @@ -77,6 +76,6 @@ func init() {
Register(neg)
Register(pow)
Register(mul)
Register(mod)
Register(mod)
Register(div)
}

0 comments on commit 443d298

Please sign in to comment.