Skip to content

Commit

Permalink
chore(formatting): Run prettier autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Oct 10, 2019
1 parent 425db2c commit c4c7503
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dsl/verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ export class Verifier {
if (!this.isLocalVerification()) {
this.config.changeOrigin = true
logger.debug(
`non-local provider address ${
this.config.providerBaseUrl
} detected, setting 'changeOrigin' to 'true'. This property can be overridden.`
`non-local provider address ${this.config.providerBaseUrl} detected, setting 'changeOrigin' to 'true'. This property can be overridden.`
)
}
}
Expand Down

0 comments on commit c4c7503

Please sign in to comment.