Skip to content

Commit 3279191

Browse files
committed
fix(engine): add newline at end of file for consistency
1 parent 437900f commit 3279191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ export class Engine {
181181
// Clear event listeners
182182
this.eventBus.clear();
183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)