Skip to content

Commit

Permalink
fix: remove trailing space 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbetita committed Feb 20, 2024
1 parent d91b737 commit 8acceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Result, LinuxResult, MacOSResult, WindowsResult, BaseOwner} from './inde
expectType<Promise<Result | undefined>>(activeWindow());

const result = activeWindow.sync({
screenRecordingPermission: false,
screenRecordingPermission: false,
accessibilityPermission: false
});

Expand Down

0 comments on commit 8acceff

Please sign in to comment.