Skip to content

Commit

Permalink
Add newline after else block for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
lawofcycles committed Jun 27, 2024
1 parent 5fac03e commit 8df1fc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ static void setTableInputInformation(
} else {
existingColumnMap = Collections.emptyMap();
}

List<Column> columns = toColumns(metadata, existingColumnMap);

tableInputBuilder.storageDescriptor(
Expand Down

0 comments on commit 8df1fc2

Please sign in to comment.