Skip to content

Commit

Permalink
reorganize import
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Aug 16, 2022
1 parent 87ed673 commit 74fae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yubico_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ library test.yubico_test;

// Package imports:
import 'package:test/test.dart';
import 'package:yubidart/src/model/verification_response.dart';

// Project imports:
import 'package:yubidart/src/model/verification_response.dart';
import 'package:yubidart/src/services/yubico_service.dart';

void main() {
Expand Down

0 comments on commit 74fae52

Please sign in to comment.