Commit 0a4f4e3
authored
🌱 (chore): fix formatting for multi-line function signatures (kubernetes-sigs#4668)
style: fix formatting for multi-line function signatures
Added trailing commas in multi-line function declarations in `webhook.go`,
`plugin_cluster_test.go`, and helm init scaffolder to align with Go formatting
conventions and avoid formatting diffs from `gofmt`.1 parent ebb8fd2 commit 0a4f4e3
File tree
3 files changed
+6
-3
lines changed- pkg/plugins
- golang/v4/scaffolds
- optional/helm/v1alpha/scaffolds
- test/e2e/v4
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments