Skip to content

Commit 9b43e5f

Browse files
author
Kyle Zhang
committed
Fix template formatting by removing unnecessary line breaks in README key links
1 parent 282d844 commit 9b43e5f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/rlc-common/src/metadata/buildReadmeFile.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ const keyLinksModularTemplate = `Key links:
9999
{{/if}}
100100
{{#if samplesURL}}
101101
- [Samples]({{samplesURL}})
102-
{{/if}}
103-
`;
102+
{{/if}}`;
104103

105104
const azureReadmeModularTemplate = `# {{ clientDescriptiveName }} library for JavaScript
106105
@@ -273,8 +272,7 @@ const nonBrandedkeyLinksTemplate = `Key links:
273272
{{/if}}
274273
{{#if samplesURL}}
275274
- [Samples]({{ samplesURL }})
276-
{{/if}}
277-
`;
275+
{{/if}}`;
278276

279277
const nonBrandedReadmeTemplate = `# {{ clientDescriptiveName }} library for JavaScript
280278

0 commit comments

Comments
 (0)