chore: format Go more aggressively

This commit is contained in:
Ammar Bandukwala
2023-02-18 18:32:09 -06:00
committed by GitHub
parent 19ae411f05
commit f05609b4da
97 changed files with 411 additions and 413 deletions
+4 -2
View File
@@ -30,8 +30,10 @@ type Runner struct {
workspacebuildRunner *workspacebuild.Runner
}
var _ harness.Runnable = &Runner{}
var _ harness.Cleanable = &Runner{}
var (
_ harness.Runnable = &Runner{}
_ harness.Cleanable = &Runner{}
)
func NewRunner(client *codersdk.Client, cfg Config) *Runner {
return &Runner{