Fixed inconsistent spacing in interface "Options.Frame".

This commit is contained in:
Jonas Erbe
2019-04-08 11:37:02 +02:00
parent 5bf1105a7a
commit b3fa9dd82e

View File

@@ -54,7 +54,7 @@ export namespace Options {
export type Flatten = Common;
export interface Frame {
embed?: '@last'| '@always'|'@never'|'@link';
embed?: '@last' | '@always' | '@never' | '@link';
explicit?: boolean;
requireAll?: boolean;
omitDefault?: boolean;