Skip to content

Commit

Permalink
[Applied Intuition] Fix semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Mittapalli committed Nov 23, 2023
1 parent 0f863b8 commit 53e6e76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ private void parseSchema() {
this.targetSchema = readAvroSchemaFromFile(
getStringWithAltKeys(this.props, FilebasedSchemaProviderConfig.TARGET_SCHEMA_FILE),
this.fs, this.shouldSanitize, this.invalidCharMask);
}
}

@Override
Expand Down

0 comments on commit 53e6e76

Please sign in to comment.