emptyMessage returns the output of an empty message if the formatter is configured to emit a trailing newline.
()
| 182 | // emptyMessage returns the output of an empty message if the formatter |
| 183 | // is configured to emit a trailing newline. |
| 184 | emptyMessage() []byte |
| 185 | } |
| 186 | |
| 187 | type progressOutput struct { |
no outgoing calls
no test coverage detected