Skip to content

Commit

Permalink
Minor lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblacklercorp committed Oct 15, 2021
1 parent 693a455 commit e2e3366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public Schema loadSchema(URI uri, Validator validator, Consumer<ValidationError>
break;
}
String refString = fixUnescaped((String) refObject);
uri = normalize(resolve(uri, URI.create(refString)));;
uri = normalize(resolve(uri, URI.create(refString)));
} else {
break;
}
Expand Down

0 comments on commit e2e3366

Please sign in to comment.