Skip to content

Commit 8299524

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/model/login_option.dart

Lines changed: 2 additions & 1 deletion
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+
// ignore: constant_identifier_names
28+
static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE = 8192;
2829

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

0 commit comments

Comments
 (0)