Commit 70ccedc
fix(syncer): drop trailing newline from Success message to avoid blank line
The Success message used "Success: %s\n" while Timeout and Failed
used the trailing-newline-free form. Combined with msgTpl's own
"\n", the explicit \n in the format string produced an empty line
right after every successful repo. The output already includes a
visible separator from the Print template, so the extra blank line
was pure noise.
Drop the \n from the format string. Output now matches the Timeout
and Failed shapes: a single line ending in the template's trailing
newline.
Reported by GitHub Copilot on PR #26.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7d420ad commit 70ccedc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments