Skip to content

Commit 524e963

Browse files
committed
run hack/update-gofmt.sh
1 parent b0c649a commit 524e963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/tests/single_zone_e2e_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,7 @@ var _ = Describe("GCE PD CSI Driver", func() {
11591159
Expect(err).To(BeNil(), "no error expected when passed valid compute url")
11601160
})
11611161
})
1162+
11621163
func equalWithinEpsilon(a, b, epsiolon int64) bool {
11631164
if a > b {
11641165
return a-b < epsiolon

0 commit comments

Comments
 (0)