Skip to content

Commit 7efa1ec

Browse files
committed
format: misc
1 parent ba5cb88 commit 7efa1ec

File tree

2 files changed

+243
-232
lines changed

2 files changed

+243
-232
lines changed

lib/src/ht_auth_repository.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class HtAuthRepository {
2222
const HtAuthRepository({
2323
required HtAuthClient authClient,
2424
required HtKVStorageService storageService,
25-
}) : _authClient = authClient,
26-
_storageService = storageService;
25+
}) : _authClient = authClient,
26+
_storageService = storageService;
2727

2828
final HtAuthClient _authClient;
2929
final HtKVStorageService _storageService;

0 commit comments

Comments
 (0)