Skip to content

Commit 9f5a44b

Browse files
committed
fix: comment
1 parent 1078a9d commit 9f5a44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/output/table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func (f *TableFormatter) Format(data any) (err error) {
2525
err = fmt.Errorf("failed to flush table writer: %w", flushErr)
2626
}
2727
}
28-
// Add a final newline nach table output, aber nur wenn kein Fehler
28+
// Add a final newline nach table output, but only if no error occurred
2929
if err == nil {
3030
if _, nlErr := fmt.Fprintln(f.opts.Writer); nlErr != nil {
3131
err = fmt.Errorf("failed to write trailing newline: %w", nlErr)

0 commit comments

Comments
 (0)