Skip to content

Commit 7c8b07b

Browse files
committed
Minor formatting
1 parent 8948c12 commit 7c8b07b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

swagger/swagger.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ module.exports = function(RED) {
136136
}
137137
}
138138
});
139-
// Final cleanup to remove empty sections
139+
140+
141+
// Final cleanup to remove empty sections
140142
cleanupOpenAPISpec(resp);
141143
res.json(resp);
142144
});

0 commit comments

Comments
 (0)