Remove trailing whitespace

This commit is contained in:
ChaYoung You 2015-02-22 20:27:15 +09:00
parent c40272cebd
commit 7db9397a9d
No known key found for this signature in database
GPG Key ID: 46D5FC2EE79FBC2D
9 changed files with 7 additions and 15 deletions

View File

@ -14,4 +14,3 @@ Benchmark.ips do |x|
x.report('.map.flatten with no nested arrays') { enum.map { |i| do_thing(i) }.flatten(1) } x.report('.map.flatten with no nested arrays') { enum.map { |i| do_thing(i) }.flatten(1) }
x.report('.flat_map with no nested arrays') { enum.flat_map { |i| do_thing(i) } } x.report('.flat_map with no nested arrays') { enum.flat_map { |i| do_thing(i) } }
end end

View File

@ -3,7 +3,7 @@ require 'erb'
module Jekyll module Jekyll
module Commands module Commands
class New < Command class New < Command
class << self class << self
def init_with_program(prog) def init_with_program(prog)
prog.command(:new) do |c| prog.command(:new) do |c|
c.syntax 'new PATH' c.syntax 'new PATH'
@ -11,7 +11,7 @@ module Jekyll
c.option 'force', '--force', 'Force creation even if PATH already exists' c.option 'force', '--force', 'Force creation even if PATH already exists'
c.option 'blank', '--blank', 'Creates scaffolding but with empty files' c.option 'blank', '--blank', 'Creates scaffolding but with empty files'
c.action do |args, options| c.action do |args, options|
Jekyll::Commands::New.process(args, options) Jekyll::Commands::New.process(args, options)
end end
@ -76,7 +76,7 @@ module Jekyll
def scaffold_path def scaffold_path
"_posts/0000-00-00-welcome-to-jekyll.markdown.erb" "_posts/0000-00-00-welcome-to-jekyll.markdown.erb"
end end
end end
end end
end end
end end

View File

@ -27,12 +27,12 @@ $ jekyll build --watch
<p> <p>
The contents of <code>&lt;destination&gt;</code> are automatically The contents of <code>&lt;destination&gt;</code> are automatically
cleaned, by default, when the site is built. Files or folders that are not cleaned, by default, when the site is built. Files or folders that are not
created by your site will be removed. Files and folders you wish to retain created by your site will be removed. Files and folders you wish to retain
in <code>&lt;destination&gt;</code> may be specified within the <code>&lt;keep_files&gt;</code> in <code>&lt;destination&gt;</code> may be specified within the <code>&lt;keep_files&gt;</code>
configuration directive. configuration directive.
</p> </p>
<p> <p>
Do not use an important location for <code>&lt;destination&gt;</code>; Do not use an important location for <code>&lt;destination&gt;</code>;
instead, use it as a staging area and copy files from there to your web server. instead, use it as a staging area and copy files from there to your web server.
</p> </p>
</div> </div>

View File

@ -15,5 +15,3 @@ greatest code a spin without having to clone a repository from git.
Please take this prerelease for a spin and [let us Please take this prerelease for a spin and [let us
know](https://github.com/jekyll/jekyll/issues/new) if you run into any know](https://github.com/jekyll/jekyll/issues/new) if you run into any
issues! issues!

View File

@ -16,5 +16,3 @@ keep on writing without any problems.
As always, you can find the full list of fixes in this release in the As always, you can find the full list of fixes in this release in the
[change log](/docs/history/)! [change log](/docs/history/)!

View File

@ -4,4 +4,3 @@ test: good
Real content starts here Real content starts here
Ðóññêèé òåêñò Ðóññêèé òåêñò

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title : Page name with non-alphabetic character title : Page name with non-alphabetic character
--- ---
Line 1 Line 1
{{ page.title }} {{ page.title }}

View File

@ -5,4 +5,3 @@ category: publish_test
--- ---
This should be published. This should be published.

View File

@ -4,4 +4,3 @@ permalink: /deal.with.dots/
--- ---
Let's test if jekyll deals properly with dots. Let's test if jekyll deals properly with dots.