Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e024cf

Browse files
committedJan 17, 2025··
apply prettier changes
1 parent 1b04111 commit 1e024cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ export interface NotaryToolNotarizeAppOptions {
101101
* Options for notarizing your Electron app with `notarytool`.
102102
* @category Core
103103
*/
104-
export type NotarizeOptions = NotaryToolNotarizeAppOptions & NotaryToolCredentials;
104+
export type NotarizeOptions = NotaryToolNotarizeAppOptions & NotaryToolCredentials;

0 commit comments

Comments
 (0)
Please sign in to comment.