Skip to content

Commit 96a115f

Browse files
committed
Refactor: unifying command handling and improving layer separation #286
1 parent bc8ec97 commit 96a115f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/main/user-interface/features/sitemap/menu-items/switch/generic/GenericSwitchMenuItem.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class GenericSwitchMenuItem extends BaseSwitchMenuItem {
108108
);
109109
}
110110

111-
return true;
111+
return true;
112112
}
113113

114114
}

0 commit comments

Comments
 (0)