From 9ab697327e1adf37baeafee2b7a22b8bf3b0e7e3 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sun, 15 Nov 2020 12:40:19 +0100 Subject: [PATCH] - Minor fix in formatting to reduce unneeded whitespace generation --- src/templates/exportService.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/exportService.hbs b/src/templates/exportService.hbs index 88bdc217..ba9f892d 100644 --- a/src/templates/exportService.hbs +++ b/src/templates/exportService.hbs @@ -24,11 +24,11 @@ export class {{{name}}} { * {{{description}}} {{/if}} {{#unless @root.useOptions}} - {{#if parameters}} - {{#each parameters}} - * @param {{{name}}} {{{description}}} - {{/each}} - {{/if}} + {{#if parameters}} + {{#each parameters}} + * @param {{{name}}} {{{description}}} + {{/each}} + {{/if}} {{/unless}} {{#each results}} * @result {{{type}}} {{{description}}}