TrailingWhitespace 'cop' fix

This commit is contained in:
Karl Freeman 2013-12-28 18:14:15 +00:00
parent bf327c17b7
commit a31aa5d8be
13 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@ module Middleman::Cli
check_unknown_options!
namespace :console
desc 'console [options]', 'Start an interactive console in the context of your Middleman application'
method_option :environment,
:aliases => '-e',

View file

@ -11,13 +11,13 @@ module Middleman::Cli
# Required path for the new project to be generated
argument :name, :type => :string
# Template files are relative to this file
# @return [String]
def self.source_root
File.join(File.dirname(__FILE__), '..', 'templates', 'extension')
end
desc 'extension [options]', 'Create Middleman extension scaffold NAME'
# The extension task