Skip to content

Commit 75fea91

Browse files
author
Ammar Dodin
committed
🎨 use spaces between methods
1 parent 1c5c221 commit 75fea91

File tree

1 file changed

+2
-0
lines changed
  • personality-insights

1 file changed

+2
-0
lines changed

personality-insights/v2.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ import { BaseService } from '../lib/base_service';
2222

2323
class PersonalityInsightsV2 extends BaseService {
2424
static URL: string = 'https://gateway.watsonplatform.net/personality-insights/api';
25+
2526
constructor(options: PersonalityInsightsV2.Options) {
2627
super(options);
2728
}
29+
2830
/**
2931
* @param params {Object} The parameters to call the service
3032
* The accepted parameters are:

0 commit comments

Comments
 (0)