Skip to content

Commit

Permalink
pass gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang233 committed May 15, 2020
1 parent 85fe051 commit 1d61242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/descheduler/strategies/lownodeutilization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ func TestLowNodeUtilization(t *testing.T) {
// TODO: divide expectedPodsEvicted into two params like other tests
// expectedPodsEvicted should be the result num of pods that this testCase expected but now it represents both
// MaxNoOfPodsToEvictPerNode and the test's expected result
expectedPodsEvicted int
evictedPods []string
expectedPodsEvicted int
evictedPods []string
}{
{
name: "without priorities",
Expand Down

0 comments on commit 1d61242

Please sign in to comment.