Fix semicolons
This commit is contained in:
parent
2294d23b32
commit
3d7427ccca
5 changed files with 16 additions and 16 deletions
|
@ -18,7 +18,7 @@ import { ActionPayload } from "../payloads";
|
|||
import { Action } from "../actions";
|
||||
|
||||
export interface UpdateSystemFontPayload extends ActionPayload {
|
||||
action: Action.UpdateSystemFont,
|
||||
action: Action.UpdateSystemFont;
|
||||
|
||||
/**
|
||||
* Specify whether to use a system font or the stylesheet font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue