Skip to content

Commit

Permalink
chore: remove extra empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-vaadin committed Nov 12, 2024
1 parent 9959a86 commit c359c25
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ public Column(Grid<T> grid, String columnId, Renderer<T> renderer) {
generator.generateData(item, jsonObject);
}
};

columnDataGeneratorRegistration = grid
.addDataGenerator(conditionalDataGenerator);
}
Expand All @@ -514,7 +513,6 @@ public void setVisible(boolean visible) {
super.setVisible(visible);
if (resetDataCommunicator) {
getGrid().getDataCommunicator().reset();

}
}

Expand Down

0 comments on commit c359c25

Please sign in to comment.