Skip to content

Commit

Permalink
Checkstyle violation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pielage <andrew.pielage@payara.fish>
  • Loading branch information
Pandrex247 committed Nov 29, 2022
1 parent 069c575 commit 7b5b301
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -506,7 +506,7 @@ public static void normalize(DataChunk uriDataChunk) throws IOException {
DataChunk.Type type = uriDataChunk.getType();
if (type == DataChunk.Type.Chars) {
normalizeChars(uriDataChunk);
return;
return;
}

normalizeBytes(uriDataChunk);
Expand Down

0 comments on commit 7b5b301

Please sign in to comment.