promenu: whitespace

master
Rob Pilling 2025-03-25 18:01:50 +00:00
parent 6f6fc0a748
commit 4bad06714a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
type ActualMenuItem = Exclude<Menu["..."], MenuOptions | undefined>; type ActualMenuItem = Exclude<Menu["..."], MenuOptions | undefined>;
type PromenuSettings = { type PromenuSettings = {
naturalScroll: boolean, naturalScroll: boolean,
wrapAround: boolean, wrapAround: boolean,
}; };
const enum Consts { const enum Consts {