Skip to content

Commit a4ee7e0

Browse files
committed
Fix formatting with prettier
1 parent 9f21ba5 commit a4ee7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotcom-rendering/src/server/htmlPageTemplate.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const htmlPageTemplate = (props: WebProps | AppProps): string => {
7777
weAreHiring,
7878
config,
7979
isInteractive = false,
80-
rssFeedUrl,
80+
rssFeedUrl,
8181
} = props;
8282

8383
const doNotIndex = (): boolean => {
@@ -412,8 +412,8 @@ https://workforus.theguardian.com/careers/product-engineering/
412412
413413
${
414414
!isUndefined(rssFeedUrl)
415-
? `<link rel="alternate" type="application/rss+xml" href="${rssFeedUrl}">`
416-
: ''
415+
? `<link rel="alternate" type="application/rss+xml" href="${rssFeedUrl}">`
416+
: ''
417417
}
418418
419419
</head>

0 commit comments

Comments
 (0)