Skip to content

Commit 912898d

Browse files
CLOUDP-286235: Fix prettier
1 parent d66cce3 commit 912898d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export default (request) => {
2-
if (request.method !== 'PATCH') {
3-
return;
4-
}
5-
const body = request.body;
6-
if (!body?.raw) {
7-
return [
8-
{
9-
message: `Patch request should have a body.`,
10-
},
11-
];
12-
}
2+
if (request.method !== 'PATCH') {
3+
return;
4+
}
5+
const body = request.body;
6+
if (!body?.raw) {
7+
return [
8+
{
9+
message: `Patch request should have a body.`,
10+
},
11+
];
12+
}
1313
};

0 commit comments

Comments
 (0)