Skip to content

Commit bfa7cc0

Browse files
committed
Untab manually in comments for lib/HTTP/Headers/ETag.pm
1 parent 5228112 commit bfa7cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/HTTP/Headers/ETag.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ sub if_range {
5555
# use it on C<ETag> and C<If-Range> entity tag values, because it will
5656
# normalize them to the common form.
5757
#
58-
# entity-tag = [ weak ] opaque-tag
59-
# weak = "W/"
60-
# opaque-tag = quoted-string
58+
# entity-tag = [ weak ] opaque-tag
59+
# weak = "W/"
60+
# opaque-tag = quoted-string
6161

6262
sub _split_etag_list {
6363
my (@val) = @_;

0 commit comments

Comments
 (0)