Skip to content

Commit

Permalink
Merge pull request digitalocean#94 from shawnps/master
Browse files Browse the repository at this point in the history
gofmt -s
  • Loading branch information
bryanl authored Sep 9, 2016
2 parents 27d2cca + b7d45ee commit 9ce324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floating_ips_actions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestFloatingIPsActions_List(t *testing.T) {
t.Errorf("FloatingIPsActions.List returned error: %v", err)
}

expected := []Action{Action{Status: "in-progress"}}
expected := []Action{{Status: "in-progress"}}
if !reflect.DeepEqual(actions, expected) {
t.Errorf("FloatingIPsActions.List returned %+v, expected %+v", actions, expected)
}
Expand Down

0 comments on commit 9ce324a

Please sign in to comment.