Skip to content

Commit 6149a20

Browse files
fix(cli): satisfy eslint space-before-blocks rule
1 parent 5185a83 commit 6149a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/cli/commands/generate/fromTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class Template extends BaseGeneratorCommand {
6464
? asyncapiInput
6565
: asyncapiInput?.toString?.() ?? '';
6666

67-
if (!content || !content.trim()){
67+
if (!content || !content.trim()) {
6868
return this.error(
6969
new ValidationError({
7070
type: 'invalid-file',

0 commit comments

Comments
 (0)