style: fix linting

This commit is contained in:
harttle
2019-08-26 10:15:43 -05:00
committed by Jun Yang
parent 7fb01ad69a
commit 0426d08fd0
12 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class Context {
public environments: Scope
public sync: boolean
public opts: NormalizedFullOptions
public constructor (ctx: object = {}, opts?: NormalizedFullOptions, sync: boolean = false) {
public constructor (ctx: object = {}, opts?: NormalizedFullOptions, sync = false) {
this.sync = sync
this.opts = applyDefault(opts)
this.environments = ctx