Skip to content

Commit

Permalink
[RuboCop] Extra empty line detected at body beginning.
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 9, 2015
1 parent 794f66f commit 90e058d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jazzy/doc_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module Jazzy
# This module handles HTML generation, file writing, asset copying,
# and generally building docs given sourcekitten output
module DocBuilder

# mkdir -p output directory and clean if option is set
def self.prepare_output_dir(output_dir, clean)
FileUtils.rm_r output_dir if clean && output_dir.directory?
Expand Down

0 comments on commit 90e058d

Please sign in to comment.