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 7789f422e0
commit c36e4f72a3

View file

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