Skip to content

Commit 608f33c

Browse files
🎨 Reformat code
1 parent 1553d4d commit 608f33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/core/src/main/java/io/github/palexdev/mfxcore/popups

modules/core/src/main/java/io/github/palexdev/mfxcore/popups/PopupState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum PopupState {
3636
/// MFXPopover popover = ...;
3737
/// MFXButton btn = ...;
3838
/// btn.setOnAction(_ -> {
39-
///// Doesn't work for whatever fucking reason and the popup keeps getting shown.
39+
/// // Doesn't work for whatever fucking reason and the popup keeps getting shown.
4040
/// if (popover.isShowing()){
4141
/// popover.hide();
4242
///} else {

0 commit comments

Comments
 (0)