Skip to content

Commit

Permalink
fix: lintエラー再修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsym77yoshi committed May 6, 2024
1 parent 9ecd6cf commit e9a14fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/hotkeyPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ export class HotkeyManager {

private log: Log;

constructor(
log: Log = createLogger("HotkeyManager").info
) {
constructor(log: Log = createLogger("HotkeyManager").info) {
this.log = log;
}

Expand Down

0 comments on commit e9a14fb

Please sign in to comment.