remove unnecessary whitespace before 'from' when importing es6-promise

This commit is contained in:
Ishwar Nagar 2016-01-13 12:17:08 -08:00
parent 011818a28b
commit ac166a7903

View File

@ -1,6 +1,6 @@
import find from 'lodash/collection/find';
import reduce from 'lodash/collection/reduce';
import { Promise } from 'es6-promise';
import { Promise } from 'es6-promise';
let $script_ = null;