Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wkschwartz committed Jul 31, 2017
1 parent 36cfb36 commit ee02493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ func TestMinimize(t *testing.T) {
} // hi

// Test the error when UpperBound() < LowerBound()
t.Run("UpperBound < LowerBound", func (t *testing.T) {
t.Run("UpperBound < LowerBound", func(t *testing.T) {
m := newMinimizer(to, from, to, t)
assertPanics(t, "Minimize", func () { Minimize(m) })
assertPanics(t, "Minimize", func() { Minimize(m) })
})
} // func

0 comments on commit ee02493

Please sign in to comment.