Merge pull request #3497 from yous/trailing-whitespace

Remove trailing whitespace
This commit is contained in:
Parker Moore 2015-02-22 21:19:55 -08:00
commit e888a41b2d
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

@ -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

@ -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.