Skip to content

Commit

Permalink
please rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Jun 17, 2016
1 parent 2ef2e9a commit c623e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/md_formatter.rb
Expand Up @@ -30,7 +30,7 @@ def initialize(output)

def example_group_started(notification)
@output.puts if @group_level == 0
@output.puts "#{current_indentation}#{notification.group.description.strip.sub(/^#/,'')}"
@output.puts "#{current_indentation}#{notification.group.description.strip.sub(/^#/, "")}"
@group_level += 1
end

Expand Down

0 comments on commit c623e62

Please sign in to comment.