lib/eco/api/common/session/file_manager.rb in eco-helpers-2.4.4 vs lib/eco/api/common/session/file_manager.rb in eco-helpers-2.4.5

- old
+ new

@@ -86,10 +86,9 @@ logger.debug("Appending to file '#{file}'") File.open(file, mode) { |fd| fd << content + "\n" } # '\n' won't add line return file end - end end end end end