Skip to content

Commit

Permalink
fix(formatting): remove spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLundqvist committed Jan 10, 2022
1 parent 0a2e0da commit e7f6784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/log4js.d.ts
Expand Up @@ -289,7 +289,7 @@ export class Logger {
readonly category: string;
level: string;

log(level: Level | string , ...args: any[]): void;
log(level: Level | string, ...args: any[]): void;

isLevelEnabled(level?: string): boolean;

Expand Down

0 comments on commit e7f6784

Please sign in to comment.