style(update): fix trailing newline in cmd.go

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-01 12:46:17 +00:00
parent f65d111751
commit df2c335983

View file

@ -218,4 +218,3 @@ func handleDevTagUpdate(currentVersion string) error {
os.Exit(0)
return nil
}