Skip to content

Commit 07d6d7a

Browse files
committed
fix: format source code
1 parent c0502df commit 07d6d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const ERROR_MESSAGE =
1313
*/
1414
export default (input, _, { path }) => {
1515
const deleteOp = input;
16-
if(!deleteOp.responses || deleteOp.responses.length === 0) {
17-
return;
18-
}
16+
if (!deleteOp.responses || deleteOp.responses.length === 0) {
17+
return;
18+
}
1919
if (hasException(deleteOp, RULE_NAME)) {
2020
collectException(deleteOp, RULE_NAME, path);
2121
return;

0 commit comments

Comments
 (0)