lib/git_topic/comment.rb in git-topic-0.2.5 vs lib/git_topic/comment.rb in git-topic-0.2.6
- old
+ new
@@ -73,11 +73,11 @@
#
#
# Ceterum censeo, Carthaginem esse delendam.
#
#
- }.cleanup
+ }.unindent
f.puts( fs_notes.lines.map do |line|
"# #{line}"
end.join )
end
invoke_git_editor( edit_file )
@@ -233,10 +233,10 @@
# In the beginning the Universe was created. This has made a lot of
# people very angry and been widely regarded as a bad move.
# Douglas Adams
#
#
- }.cleanup
+ }.unindent
f.puts( notes.lines.map do |line|
"# #{line}"
end.join )
end
invoke_git_editor( edit_file )