Skip to content

Commit 524a531

Browse files
committed
Add visibility management for spreadsheet columns
Signed-off-by: achour94 <[email protected]>
1 parent 888a429 commit 524a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/studyconfig/server/dto/ColumnStateUpdateInfos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ public record ColumnStateUpdateInfos(
3030
@Schema(description = "New position in the column order (0-based index)")
3131
Integer order
3232

33-
) {}
33+
) { }

0 commit comments

Comments
 (0)