Skip to content

Commit da52d11

Browse files
committed
Format with linter
1 parent 41cd87d commit da52d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/model/login_option.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ part of '../../flutter_line_sdk.dart';
2424
/// Options related to LINE login process.
2525
class LoginOption {
2626
/// Default request code that LINE login activity (in Android Platform) will be called with.
27-
static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE = 8192; // ignore: constant_identifier_names
27+
static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE =
28+
8192; // ignore: constant_identifier_names
2829

2930
/// Enable to use web authentication flow instead of LINE app-to-app authentication flow.
3031
///

0 commit comments

Comments
 (0)