Remove trailing whitespace
This commit is contained in:
parent
c40272cebd
commit
7db9397a9d
|
@ -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('.flat_map with no nested arrays') { enum.flat_map { |i| do_thing(i) } }
|
||||
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
|
||||
know](https://github.com/jekyll/jekyll/issues/new) if you run into any
|
||||
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
|
||||
[change log](/docs/history/)!
|
||||
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ test: good
|
|||
Real content starts here
|
||||
|
||||
Ðóññêèé òåêñò
|
||||
|
||||
|
|
|
@ -5,4 +5,3 @@ category: publish_test
|
|||
---
|
||||
|
||||
This should be published.
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@ permalink: /deal.with.dots/
|
|||
---
|
||||
|
||||
Let's test if jekyll deals properly with dots.
|
||||
|
||||
|
|
Loading…
Reference in New Issue