Skip to content

Commit 2bede38

Browse files
committed
fix the linting spacing issues
Signed-off-by: RayyanSeliya <[email protected]>
1 parent 33b6b84 commit 2bede38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2394,4 +2394,4 @@ func TestDeploy_ValidDomain(t *testing.T) {
23942394
}
23952395
})
23962396
}
2397-
}
2397+
}

pkg/utils/names_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ func TestValidateDomainEmptyString(t *testing.T) {
293293
if err == nil {
294294
t.Fatal("String with only whitespace should be invalid")
295295
}
296-
}
296+
}

0 commit comments

Comments
 (0)