We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1bd1d commit 4c60264Copy full SHA for 4c60264
lib/ruby-debug-ide/xml_printer.rb
@@ -459,8 +459,7 @@ def print_load_result(file, exception = nil)
459
end
460
461
def print_element(name, additional_tags = nil)
462
- additional_tags_presentation = additional_tags.nil? ? ''
463
- : additional_tags.map {|tag, value| " #{tag}=\"#{value}\""}.reduce(:+)
+ additional_tags_presentation = additional_tags.nil? ? '' : additional_tags.map {|tag, value| " #{tag}=\"#{value}\""}.reduce(:+)
464
465
print("<#{name}#{additional_tags_presentation}>")
466
begin
0 commit comments