Skip to content

Commit

Permalink
cleanup empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-builder authored Apr 29, 2024
1 parent 33d03cb commit d96b539
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public AvscParseResult parse(Path avscFile) {

public AvscParseResult parse(File avscFile) {
AvscFileParseContext context = new AvscFileParseContext(avscFile, this);
;
try (Reader reader = new FileReader(avscFile)) {
return parse(context, reader);
} catch (FileNotFoundException e) {
Expand Down

0 comments on commit d96b539

Please sign in to comment.