Skip to content

Commit dc88153

Browse files
committed
Run gofmt
1 parent 0758249 commit dc88153

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/e2e/func_deploy_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ var _ = Describe("Operator", Ordered, func() {
3737
SetDefaultEventuallyPollingInterval(time.Second)
3838

3939
Context("with a deployed function", func() {
40-
var repoURL string
41-
var repoDir string
40+
var repoURL string
41+
var repoDir string
4242
var functionName, functionNamespace string
4343

4444
BeforeEach(func() {
@@ -152,8 +152,8 @@ var _ = Describe("Operator", Ordered, func() {
152152
})
153153
})
154154
Context("with a not yet deployed function", func() {
155-
var repoURL string
156-
var repoDir string
155+
var repoURL string
156+
var repoDir string
157157
var functionName, functionNamespace string
158158

159159
BeforeEach(func() {

test/e2e/gitea_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ func CommitAndPush(repoDir string, msg string, file string, otherFiles ...string
114114
}
115115

116116
return nil
117-
}
117+
}

0 commit comments

Comments
 (0)