Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Jun 17, 2024
1 parent cfe2c29 commit 34a86c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/spin/report_engine/data/ColumnInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public int getDisplayTypeId() {
}

public ColumnInfo withDisplayTypeId(int displayTypeId) {
this.displayTypeId = displayTypeId;return this;
this.displayTypeId = displayTypeId;
return this;

}

Expand Down

0 comments on commit 34a86c3

Please sign in to comment.