Skip to content

Commit 2527809

Browse files
committed
gofmt
1 parent c2cf6a2 commit 2527809

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
@@ -363,7 +363,7 @@ func (app *App) withAppPlayer(ctx context.Context, appPlayerFunc func(context.Co
363363
}
364364

365365
type Config struct {
366-
CacheDir string `koanf:"cache"`
366+
CacheDir string `koanf:"cache"`
367367
ConfigPath string `koanf:"config"`
368368

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

0 commit comments

Comments
 (0)