Skip to content

Commit b416e82

Browse files
update todos
1 parent 9a7b1aa commit b416e82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/form_builder_validators.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,6 @@ final class Validators {
26472647
/// - Extensions must explicitly include the leading dot (use '.txt' not 'txt')
26482648
/// {@endtemplate}
26492649
static Validator<String> matchesAllowedExtensions(
2650-
// TODO(ArturAssisComp): refactor to make this input immutable.
26512650
List<String> extensions, {
26522651
String Function(List<String>)? matchesAllowedExtensionsMsg,
26532652
bool caseSensitive = true,

lib/src/validators/network_validators.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,6 @@ T _shift<T>(List<T> l) {
282282
l.removeAt(0);
283283
return first;
284284
}
285-
// TODO refactor that. This does not make sense.
285+
// TODO refactor that.
286286
return null as T;
287287
}

0 commit comments

Comments
 (0)