mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-06 21:32:59 +00:00
Fix missing-final-newline error
This commit is contained in:
@@ -115,4 +115,5 @@ class CallbackModule(CallbackBase):
|
||||
|
||||
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(msg_total)
|
||||
self._display.display(msg_total)
|
||||
|
||||
Reference in New Issue
Block a user