Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Sep 22, 2022
1 parent bc76a5d commit 0da1192
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ui/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ export type UiActionTypeToPayloadMap = {
[SIDE_BAR_SERVER_SELECTED]: Server['url'];
[SIDE_BAR_SERVERS_SORTED]: Server['url'][];
[TOUCH_BAR_FORMAT_BUTTON_TOUCHED]:
| 'bold'
| 'italic'
| 'strike'
| 'inline_code'
| 'multi_line';
| 'bold'
| 'italic'
| 'strike'
| 'inline_code'
| 'multi_line';
[TOUCH_BAR_SELECT_SERVER_TOUCHED]: string;
[UPDATE_DIALOG_DISMISSED]: void;
[UPDATE_DIALOG_INSTALL_BUTTON_CLICKED]: void;
Expand Down

0 comments on commit 0da1192

Please sign in to comment.