Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mx1up committed Jul 24, 2024
1 parent 4ed36e5 commit acef975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/json_schema/models/validation_results.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ import 'package:json_schema/src/json_schema/validator.dart';

/// The result of validating data against a schema
class ValidationResults {
ValidationResults(
List<ValidationError> errors, List<ValidationError> warnings)
ValidationResults(List<ValidationError> errors, List<ValidationError> warnings)
: errors = List.of(errors),
warnings = List.of(warnings);

Expand Down

0 comments on commit acef975

Please sign in to comment.