Skip to content

Commit 1009cfa

Browse files
committed
Dummy commit #2
1 parent a790074 commit 1009cfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/scheduler/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import (
1212

1313
func main() {
1414
if err := app.RunApp(); err != nil {
15-
fmt.Fprintf(os.Stderr, "%v\n", err)
16-
15+
fmt.Fprintf(os.Stderr, "%v\n", err) // bla
1716
os.Exit(1)
1817
}
1918
}

0 commit comments

Comments
 (0)