fix indent

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

View File

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