Skip to content

Commit d05da5e

Browse files
committed
gofmt
1 parent 4f469ad commit d05da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/daemon/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ func (app *App) withAppPlayer(ctx context.Context, appPlayerFunc func(context.Co
368368
}
369369

370370
type Config struct {
371-
CacheDir string `koanf:"cache"`
371+
CacheDir string `koanf:"cache"`
372372
ConfigPath string `koanf:"config"`
373373

374374
// We need to keep this object around, otherwise it gets GC'd and the

0 commit comments

Comments
 (0)