Skip to content

Commit

Permalink
fix: dart analyze, flutter_style_todos
Browse files Browse the repository at this point in the history
  • Loading branch information
thisissandipp committed Jun 8, 2024
1 parent 75a2549 commit 42c3151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/validation_rule.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ValidationRule {
/// currently only extracts fields from request body to validate. Other
/// locations, e.g., params, query, form-data will be introduced later.
///
/// TODO(thecodexhub): Add support for other field location.
// TODO(thecodexhub): Add support for other field location.
final String location;

/// The name of the field.
Expand Down

0 comments on commit 42c3151

Please sign in to comment.