Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 30, 2023
1 parent fd150f5 commit 69f593c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:sidekick_core/sidekick_core.dart';
import 'package:dcli/dcli.dart' as dcli;
import 'package:sidekick_core/sidekick_core.dart';

class SyncBranchesCommand extends Command {
@override
Expand Down
2 changes: 1 addition & 1 deletion wiresdk_sidekick/lib/wiresdk_sidekick.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import 'dart:async';

import 'package:sidekick_core/sidekick_core.dart';
import 'package:wiresdk_sidekick/src/commands/clean_command.dart';
import 'package:wiresdk_sidekick/src/commands/test_command.dart';
import 'package:wiresdk_sidekick/src/commands/gen_l10n_command.dart';
import 'package:wiresdk_sidekick/src/commands/sync_branches_command.dart';
import 'package:wiresdk_sidekick/src/commands/test_command.dart';

Future<void> runWiresdk(List<String> args) async {
final runner = initializeSidekick(
Expand Down
1 change: 1 addition & 0 deletions wiresdk_sidekick/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ executables:
main:

dependencies:
dcli: ^2.2.3
sidekick_core: ^2.1.0

dev_dependencies:
Expand Down

0 comments on commit 69f593c

Please sign in to comment.