mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Fix missing-final-newline error
This commit is contained in:
parent
3d2681aea6
commit
3abd029b9f
1 changed files with 2 additions and 1 deletions
|
|
@ -116,3 +116,4 @@ class CallbackModule(CallbackBase):
|
||||||
msg_total = u"{0:-<70}{1:->9}".format(u'total ', u' {0:.02f}s'.format(total_time))
|
msg_total = u"{0:-<70}{1:->9}".format(u'total ', u' {0:.02f}s'.format(total_time))
|
||||||
self._display.display(filled("", fchar="~"))
|
self._display.display(filled("", fchar="~"))
|
||||||
self._display.display(msg_total)
|
self._display.display(msg_total)
|
||||||
|
|
||||||
Loading…
Reference in a new issue