We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5e0b8 commit d2b6b47Copy full SHA for d2b6b47
‎config_test.go‎
@@ -75,7 +75,7 @@ func TestDisableUI(t *testing.T) {
75
cfg.DisableUI = true
76
77
runners := New(tasks, cfg)
78
-
+
79
// Verify that spinners are not initialized when UI is disabled
80
for _, runner := range runners {
81
if runner.Spinner != nil {
‎examples/disable-ui/main.go‎
@@ -55,4 +55,4 @@ func main() {
55
if err != nil {
56
panic(err)
57
}
58
-}
+}
0 commit comments