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

@@ -11,7 +11,7 @@
import ParseError from "./src/ParseError";
import Settings from "./src/Settings";
import { buildTree, buildHTMLTree } from "./src/buildTree";
import {buildTree, buildHTMLTree} from "./src/buildTree";
import parseTree from "./src/parseTree";
import buildCommon from "./src/buildCommon";
import domTree from "./src/domTree";
@@ -20,10 +20,10 @@ import utils from "./src/utils";
import type {SettingsOptions} from "./src/Settings";
import type ParseNode from "./src/ParseNode";
import { defineSymbol } from './src/symbols';
import { defineMacro } from './src/macros';
import {defineSymbol} from './src/symbols';
import {defineMacro} from './src/macros';
import { version } from "./package.json";
import {version} from "./package.json";
/**
* Parse and build an expression, and place that expression in the DOM node