Skip to content

Commit 5271a8e

Browse files
committed
perltidy
1 parent 6d48d51 commit 5271a8e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

t/controller/feed.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ sub test_redirect {
141141
{
142142
cache_control => 'max-age=31556952',
143143
surrogate_key => 'content_type=text/html content_type=text',
144-
surrogate_control => 'max-age=31556952, stale-while-revalidate=86400, stale-if-error=2592000',
144+
surrogate_control =>
145+
'max-age=31556952, stale-while-revalidate=86400, stale-if-error=2592000',
145146
}
146147
);
147148

t/controller/home.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ test_psgi app, sub {
1515
cache_control => 'max-age=3600',
1616
surrogate_key =>
1717
'HOMEPAGE content_type=text/html content_type=text',
18-
surrogate_control => 'max-age=31556952, stale-while-revalidate=86400, stale-if-error=2592000',
18+
surrogate_control =>
19+
'max-age=31556952, stale-while-revalidate=86400, stale-if-error=2592000',
1920
}
2021
);
2122

t/controller/source.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ test_psgi app, sub {
2525
cache_control => 'max-age=3600',
2626
surrogate_key =>
2727
'SOURCE dist=MOOSE author=ETHER content_type=text/html content_type=text',
28-
surrogate_control => 'max-age=31556952, stale-while-revalidate=86400, stale-if-error=2592000',
28+
surrogate_control =>
29+
'max-age=31556952, stale-while-revalidate=86400, stale-if-error=2592000',
2930
}
3031
);
3132

0 commit comments

Comments
 (0)