Skip to content

Commit

Permalink
fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Dec 20, 2024
1 parent 93a2c55 commit d07aa0e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ private CustomWidget createWidget(WidgetConfig config) {
widget.setRowspan(config.getRowspan());

// In practice, different widget types will have different content. In
// that case
// you can use a switch statement to create the widget content based on
// the type.
// that case you can use a switch statement to create the widget content
// based on the type.
//
// @formatter:off hidden-source-line
// switch (config.type()) {
Expand Down

0 comments on commit d07aa0e

Please sign in to comment.