Merge pull request #3497 from yous/trailing-whitespace
Remove trailing whitespace
This commit is contained in:
commit
e888a41b2d
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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!
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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/)!
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,3 @@ test: good
|
||||||
Real content starts here
|
Real content starts here
|
||||||
|
|
||||||
Ðóññêèé òåêñò
|
Ðóññêèé òåêñò
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ category: publish_test
|
||||||
---
|
---
|
||||||
|
|
||||||
This should be published.
|
This should be published.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue