Skip to content

Commit 9948c3d

Browse files
authored
Fix formatting
1 parent 294f49e commit 9948c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class WatsonMiddleware {
5959
if (config.minimum_confidence) {
6060
this.minimumConfidence = config.minimum_confidence;
6161
}
62-
if(config.storage){
62+
if (config.storage){
6363
this.storage = config.storage;
6464
}
6565

0 commit comments

Comments
 (0)