Add space after the reference path attribute value

This commit is contained in:
Glen
2016-01-10 15:02:41 +02:00
parent 1ae2ddf27c
commit 481622e150
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="./parse-glob.d.ts"/>
/// <reference path="./parse-glob.d.ts" />
import parseGlob = require('parse-glob');
var result: parseGlob.Result = parseGlob('a/b/c/**/*.{yml,json}');