Skip to content

Commit 8bf2e6d

Browse files
committed
Remove whitespace
Signed-off-by: Mikko Johannes Koivunalho <[email protected]>
1 parent 99d934a commit 8bf2e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/Dancer2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Dancer2 is easy and fun:
134134
135135
use Dancer2;
136136
get '/' => sub { "Hello World" };
137-
dance;
137+
dance;
138138
139139
This is the main module for the Dancer2 distribution. It contains logic for
140140
creating a new Dancer2 application.

Diff for: lib/Dancer2/Core/Role/ConfigReader.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The absolute path to the directory where the server started.
8888
A hash ref which contains the default values.
8989
9090
These arguments are passed when the object is created by
91-
C<Dancer2::Core::App>.
91+
C<Dancer2::Core::App>.
9292
ConfigReader then passes C<environment> and C<location> forward to every
9393
config reader class when it instantiates them.
9494
How the config reader applies them, depend on its needs.

0 commit comments

Comments
 (0)