From 8b46797d1d3a16905ef62a125b40b5ed5080cd69 Mon Sep 17 00:00:00 2001 From: Aryan Malik <88618913+Aryan9592@users.noreply.github.com> Date: Sat, 16 Sep 2023 12:32:40 +0530 Subject: [PATCH] Update sharedSnippets.ts: Fixed whitespaces --- src/sourceSnippets/sharedSnippets.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sourceSnippets/sharedSnippets.ts b/src/sourceSnippets/sharedSnippets.ts index 6a199ac..89fb21d 100644 --- a/src/sourceSnippets/sharedSnippets.ts +++ b/src/sourceSnippets/sharedSnippets.ts @@ -32,9 +32,9 @@ export const reduxComponentExport = [ ]; export const innerComponent = [ - ' return (', - `
${Placeholders.FirstTab}
`, - ' )', + ' return (', + `
${Placeholders.FirstTab}
`, + ' )', ]; export const innerComponentReturn = [