Update the brace format from 1tbs to stroustrup
This commit is contained in:
parent
1c7308e188
commit
3dd3139281
13 changed files with 31 additions and 16 deletions
|
|
@ -9,7 +9,8 @@ Hooks.once(`ready`, () => {
|
|||
try {
|
||||
Logger.debug(`Switching sidebar tab to:`, defaultTab);
|
||||
ui.sidebar.changeTab(defaultTab, `primary`);
|
||||
} catch {
|
||||
}
|
||||
catch {
|
||||
Logger.error(`Failed to change to sidebar tab:`, defaultTab);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue