Skip to content

Commit

Permalink
Fix failing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Jun 6, 2024
1 parent c7a72db commit 36b5fb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions forui/lib/src/widgets/text_field/text_field.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:io';

import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/gestures.dart';
Expand Down
2 changes: 1 addition & 1 deletion forui/test/src/widgets/text_field_golden_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ void main() {
}
}
});
}
}
2 changes: 1 addition & 1 deletion forui/test/src/widgets/text_field_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ void main() {
expect(tester.takeException(), null);
});
});
}
}

0 comments on commit 36b5fb6

Please sign in to comment.