Skip to content

Commit ff9eb08

Browse files
author
Sophia Marie Terry
committed
CLOUDP-328959: 'prettier' new line
1 parent 1b8e593 commit ff9eb08

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

tools/spectral/ipa/rulesets/functions/IPA106ValidOperationID.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default (input, _, { path, documentInventory }) => {
1515
collectException(createMethodResponse, RULE_NAME, path);
1616
return;
1717
}
18-
18+
1919
// TODO detect custom method extension - CLOUDP-306294
2020

2121
if (isCustomMethodIdentifier(resourcePath)) {

tools/spectral/ipa/rulesets/functions/IPA107ValidOperationID.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export default (input, _, { path, documentInventory }) => {
1111
let resourcePath = path[1];
1212
let methodName = 'update';
1313

14-
if (hasException(createMethodResponse, RULE_NAME)) {
15-
collectException(createMethodResponse, RULE_NAME, path);
16-
return;
17-
}
18-
19-
// TODO detect custom method extension - CLOUDP-306294
14+
if (hasException(createMethodResponse, RULE_NAME)) {
15+
collectException(createMethodResponse, RULE_NAME, path);
16+
return;
17+
}
18+
19+
// TODO detect custom method extension - CLOUDP-306294
2020

2121
if (isCustomMethodIdentifier(resourcePath)) {
2222
methodName = getCustomMethodName(resourcePath);

tools/spectral/ipa/rulesets/functions/IPA108ValidOperationID.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default (input, _, { path, documentInventory }) => {
1515
collectException(createMethodResponse, RULE_NAME, path);
1616
return;
1717
}
18-
18+
1919
// TODO detect custom method extension - CLOUDP-306294
2020

2121
if (isCustomMethodIdentifier(resourcePath)) {

0 commit comments

Comments
 (0)