Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frw committed May 31, 2024
1 parent 0e424e3 commit 7369d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NativeSslPublicKeyPinning.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TurboModuleRegistry, type TurboModule } from 'react-native';

export interface Spec extends TurboModule {
initialize(options: {[key: string]: {}}): Promise<void>;
initialize(options: { [key: string]: {} }): Promise<void>;
disable(): Promise<void>;

addListener: (eventType: string) => void;
Expand Down

0 comments on commit 7369d26

Please sign in to comment.