We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1078a9d commit 9f5a44bCopy full SHA for 9f5a44b
internal/output/table.go
@@ -25,7 +25,7 @@ func (f *TableFormatter) Format(data any) (err error) {
25
err = fmt.Errorf("failed to flush table writer: %w", flushErr)
26
}
27
28
- // Add a final newline nach table output, aber nur wenn kein Fehler
+ // Add a final newline nach table output, but only if no error occurred
29
if err == nil {
30
if _, nlErr := fmt.Fprintln(f.opts.Writer); nlErr != nil {
31
err = fmt.Errorf("failed to write trailing newline: %w", nlErr)
0 commit comments