mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
[convict] incorrect whitespace fixed from test
This commit is contained in:
@@ -115,7 +115,7 @@ conf
|
||||
.loadFile('./config/' + env + '.json')
|
||||
.load({ jsonKey: 'jsonValue' })
|
||||
.set('key', 'value')
|
||||
.validate( {allowed: 'warn'} )
|
||||
.validate({ allowed: 'warn' })
|
||||
.toString();
|
||||
|
||||
var port: number = conf.default('port');
|
||||
|
||||
Reference in New Issue
Block a user