Skip to content

Commit

Permalink
Format with linter
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 27, 2025
1 parent 41cd87d commit 8299524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/model/login_option.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ part of '../../flutter_line_sdk.dart';
/// Options related to LINE login process.
class LoginOption {
/// Default request code that LINE login activity (in Android Platform) will be called with.
static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE = 8192; // ignore: constant_identifier_names
// ignore: constant_identifier_names
static const int DEFAULT_ACTIVITY_RESULT_REQUEST_CODE = 8192;

/// Enable to use web authentication flow instead of LINE app-to-app authentication flow.
///
Expand Down

0 comments on commit 8299524

Please sign in to comment.