Skip to content

Commit afc638c

Browse files
German Rodriguez HerreraGerman Rodriguez Herrera
authored andcommitted
Whitespace fix.
1 parent 7d33a5f commit afc638c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/grammars.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,10 @@ grammar HTTPRequest {
395395
has Bool $.invalid;
396396
397397
token TOP {
398-
<type> <.ns> <path> <.ns> 'HTTP/1.1' <.crlf>
399-
[ <field> <.crlf> ]+
400-
<.crlf>
401-
$<body>=.*
398+
<type> <.ns> <path> <.ns> 'HTTP/1.1' <.crlf>
399+
[ <field> <.crlf> ]+
400+
<.crlf>
401+
$<body>=.*
402402
}
403403
404404
token type {

0 commit comments

Comments
 (0)