fix trailing space and new line
temporarily disable codespell
This commit is contained in:
@@ -5,7 +5,7 @@ class ReportinatorHelper
|
||||
def print_shell_result(shell_result)
|
||||
if !(shell_result.nil?)
|
||||
puts "Done in %.3f seconds." % shell_result[:time]
|
||||
|
||||
|
||||
if !(shell_result[:output].nil?) && (shell_result[:output].length > 0)
|
||||
puts shell_result[:output]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user