Formatting

This commit is contained in:
2026-08-07 02:17:58 +00:00
parent c919728fb3
commit dc57495a86
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ export class EventEmitter<T extends EventMap> {
// If no listener is provided, remove all listeners for the event type.
if (!listener) {
this.#listeners.delete(type);
return;
}