Kill stray character in whitespace gutter.

This commit is contained in:
Joe Vennix
2013-07-16 10:14:41 -05:00
parent 2874aead2e
commit 34e732eabd
+1 -1
View File
@@ -221,7 +221,7 @@ module Parser
return unless @report_type_ok
unless @state[:current_tag].empty?
missing_ends = @state[:current_tag].keys.map {|x| "'#{x}'"}.join(", ")
l msg = "Warning, the provided file is incomplete, and there may be missing\n"
msg = "Warning, the provided file is incomplete, and there may be missing\n"
msg << "data. The following tags were not closed: #{missing_ends}."
db.emit(:warning,msg,&block) if block
end