Skip to content

Commit 2afa815

Browse files
committed
fix: remove trailing newlines from Go files
Fix end-of-file-fixer pre-commit hook failures by removing extra blank lines at the end of files. Signed-off-by: bitliu <[email protected]>
1 parent 7cdefff commit 2afa815

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

e2e/cmd/e2e/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ func getProfile(name string) (framework.Profile, error) {
7878
return nil, fmt.Errorf("unknown profile: %s", name)
7979
}
8080
}
81-

e2e/pkg/cluster/kind.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,3 @@ func (k *KindCluster) log(format string, args ...interface{}) {
147147
fmt.Printf("[Kind] "+format+"\n", args...)
148148
}
149149
}
150-

e2e/pkg/docker/builder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ type BuildOptions struct {
9494
// BuildContext is the build context directory
9595
BuildContext string
9696
}
97-

e2e/pkg/framework/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,3 @@ type TestResult struct {
104104
// Logs contains test output logs
105105
Logs string
106106
}
107-

e2e/pkg/helm/deployer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,3 @@ type InstallOptions struct {
146146
// Timeout is the timeout for waiting
147147
Timeout string
148148
}
149-

e2e/pkg/testcases/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,3 @@ func ListByNames(names ...string) ([]TestCase, error) {
114114
}
115115
return cases, nil
116116
}
117-

0 commit comments

Comments
 (0)