formatting -- pipeline.js

This commit is contained in:
Michael Bradley, Jr 2018-08-31 15:02:19 -05:00
parent 9cd96ddd29
commit de0034c1fc
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ const utils = require('../utils/utils.js');
const constants = require('../constants');
class Pipeline {
constructor(options) {
this.env = options.env;
this.buildDir = options.buildDir;