Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonwoong committed Aug 22, 2023
1 parent 9f335a5 commit 6ebb22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/signer/ain-wallet-signer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {Signer} from "./signer";
import { Signer } from "./signer";

export class AinWalletSigner implements Signer {
private ainetwork: Signer;

constructor() {
if (window.ainetwork) {
this.ainetwork = window.ainetwork;
Expand Down

0 comments on commit 6ebb22b

Please sign in to comment.