enforce consistent object brace spacing (#1376)

This commit is contained in:
Kevin Barabash
2018-05-28 23:31:44 +02:00
committed by GitHub
parent acccce801d
commit e1614995e3
12 changed files with 29 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ import ParseError from "./ParseError.js";
import ParseNode from "./ParseNode";
import {Token} from "./Token";
import type { MacroMap } from "./macros";
import type {MacroMap} from "./macros";
export type StrictFunction =
(errorCode: string, errorMsg: string, token?: Token | ParseNode<*>) =>