Skip to content

Commit

Permalink
style: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMaros committed Apr 8, 2024
1 parent 09a01a0 commit ed31daf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ class BasicDebugHelper implements DebugHelper {
return this._eventInterface.on;
}

public spawn(namespace: string | Object | null = null, enabled: boolean = true): BasicDebugHelper {
public spawn(
namespace: string | Object | null = null,
enabled: boolean = true
): BasicDebugHelper {
return new BasicDebugHelper(namespace, enabled, this);
}

Expand Down

0 comments on commit ed31daf

Please sign in to comment.