Skip to content

Commit 4f893b4

Browse files
committed
Add missing line breaks
This code section is weird. My guess is someone unexpectedly pressed `J` in vi and joined multiple lines.
1 parent 19eb28a commit 4f893b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/acceptance/vhost_spec.rb

+4-2
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,12 @@ class { 'apache': }
11551155
{ rewrite_rule => [ '^index\\.php$ - [L]' ] },
11561156
{ rewrite_cond => [
11571157
'%{REQUEST_FILENAME} !-f',
1158-
'%{REQUEST_FILENAME} !-d', ], rewrite_rule => [ '. /index.php [L]' ], }
1158+
'%{REQUEST_FILENAME} !-d', ],
1159+
rewrite_rule => [ '. /index.php [L]' ],
1160+
}
11591161
],
11601162
},
1161-
],
1163+
],
11621164
}
11631165
MANIFEST
11641166
it 'applies cleanly' do

0 commit comments

Comments
 (0)