Skip to content

Commit

Permalink
add const
Browse files Browse the repository at this point in the history
and fix linter
  • Loading branch information
Andrey Malochka committed Oct 29, 2024
1 parent 60b3e1b commit a66a7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ignore_for_file: inference_failure_on_function_return_type
import 'package:app/feature/wallet/widgets/select_account/select_account_data.dart';
import 'package:app/feature/wallet/widgets/select_account/widgets/public_key_item_widget.dart';
import 'package:elementary_helper/elementary_helper.dart';
Expand All @@ -7,7 +8,7 @@ import 'package:nekoton_repository/nekoton_repository.dart';
import 'package:ui_components_lib/ui_components_lib.dart';

class PrivateKeyItemWidget extends StatelessWidget {
PrivateKeyItemWidget({
const PrivateKeyItemWidget({
required this.seedWithInfo,
required this.currentAccount,
required this.onTap,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:app/app/router/page_transitions.dart';
// ignore_for_file: inference_failure_on_function_return_type
import 'package:app/utils/utils.dart';
import 'package:app/widgets/widgets.dart';
import 'package:elementary_helper/elementary_helper.dart';
Expand Down

0 comments on commit a66a7a7

Please sign in to comment.