fix indent

This commit is contained in:
Timo Hocker 2020-04-15 20:59:50 +02:00
parent bc06152359
commit 90515c1679

@ -19,7 +19,7 @@ export class CopyrightGenerator {
* Created by ${opt.author} <${opt.email}>, ${month} ${year} * Created by ${opt.author} <${opt.email}>, ${month} ${year}
*/ */
`; `;
} }
else { else {
notice = `${'/*'} notice = `${'/*'}
@ -27,7 +27,7 @@ export class CopyrightGenerator {
* Created by ${opt.author} <${opt.email}>, ${month} ${year} * Created by ${opt.author} <${opt.email}>, ${month} ${year}
*/ */
`; `;
} }
return notice; return notice;
} }