style: fix var block formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yinwm
2026-02-13 20:23:36 +08:00
parent 92490feff0
commit b5a8effcd6

View File

@@ -35,10 +35,10 @@ import (
) )
var ( var (
version = "dev" version = "dev"
gitCommit string gitCommit string
buildTime string buildTime string
goVersion string goVersion string
) )
const logo = "🦞" const logo = "🦞"