Skip to content

Commit 72c3bf9

Browse files
committed
lib: prettier formatting on select files
1 parent 275bf53 commit 72c3bf9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

lib/api/pool.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import LNC from '../lnc';
2-
import {
3-
ChannelAuctioneer,
4-
} from '../types/proto/pool/auctioneerrpc/auctioneer';
2+
import { ChannelAuctioneer } from '../types/proto/pool/auctioneerrpc/auctioneer';
53
import { HashMail } from '../types/proto/pool/auctioneerrpc/hashmail';
64
import { Trader } from '../types/proto/pool/trader';
75
import { serviceNames as sn } from '../types/proto/schema';

lib/util/credentialStore.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { CredentialStore } from '../types/lnc';
22
import {
3-
createTestCipher,
4-
decrypt,
5-
encrypt,
6-
generateSalt,
7-
verifyTestCipher,
3+
createTestCipher,
4+
decrypt,
5+
encrypt,
6+
generateSalt,
7+
verifyTestCipher
88
} from './encryption';
99

1010
const STORAGE_KEY = 'lnc-web';

0 commit comments

Comments
 (0)