Skip to content

Commit 67b91d4

Browse files
committed
refactor(auth): improve import formatting
- Improved code readability. - Removed unnecessary line breaks.
1 parent 2c97bbd commit 67b91d4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

lib/authentication/bloc/authentication_bloc.dart

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ import 'dart:async';
33
import 'package:bloc/bloc.dart';
44
import 'package:equatable/equatable.dart';
55
import 'package:ht_auth_repository/ht_auth_repository.dart';
6-
import 'package:ht_shared/ht_shared.dart'
7-
show
8-
AuthenticationException,
9-
ForbiddenException,
10-
HtHttpException,
11-
InvalidInputException,
12-
NetworkException,
13-
NotFoundException,
14-
OperationFailedException,
15-
ServerException,
16-
UnauthorizedException,
17-
User;
6+
import 'package:ht_shared/ht_shared.dart' show
7+
AuthenticationException,
8+
ForbiddenException,
9+
HtHttpException,
10+
InvalidInputException,
11+
NetworkException,
12+
NotFoundException,
13+
OperationFailedException,
14+
ServerException,
15+
UnauthorizedException,
16+
User;
1817

1918
part 'authentication_event.dart';
2019
part 'authentication_state.dart';

0 commit comments

Comments
 (0)