Skip to content

Commit ddd8126

Browse files
committed
Fix formatting
1 parent e542be4 commit ddd8126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node-renderer/src/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = function run(config) {
144144
bundleTimestamp,
145145
providedNewBundle,
146146
assetsToCopy,
147-
})
147+
});
148148
setResponse(result, res);
149149
} catch (err) {
150150
const exceptionMessage = formatExceptionMessage(

0 commit comments

Comments
 (0)