Skip to content

Commit 2dbd453

Browse files
committed
Run code formatter
1 parent c9a2ea9 commit 2dbd453

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Gren/Kernel/HttpClient.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ var _HttpClient_request = function (config) {
5050
return res.arrayBuffer().then((b) => {
5151
return callback(
5252
__Scheduler_fail(
53-
__HttpClient_BadStatus(_HttpClient_formatResponse(res, new DataView(b))),
53+
__HttpClient_BadStatus(
54+
_HttpClient_formatResponse(res, new DataView(b)),
55+
),
5456
),
5557
);
5658
});

0 commit comments

Comments
 (0)