lib/dnote/format.rb in dnote-1.1 vs lib/dnote/format.rb in dnote-1.1.1
- old
+ new
@@ -137,10 +137,10 @@
if output
write(result, fname)
else
puts(result)
end
- $stderr << "\n(" + notes.counts.map{|l,n| "#{n} #{l}s"}.join(', ') + ")\n"
+ $stderr << "(" + notes.counts.map{|l,n| "#{n} #{l}s"}.join(', ') + ")\n"
end
#
def write(result, fname=nil)
if output.end_with?('/') || File.directory?(output)