Skip to content

Commit d3841ae

Browse files
committed
fix(cu): style modification
1 parent 032c937 commit d3841ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/cu/src/domain/api/dryRun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export function dryRunWith (env) {
250250
})
251251
.map((res) => {
252252
const omitted = omit(['Memory'], res.output)
253-
const cached ={ age: new Date().getTime(), ctx: omitted }
253+
const cached = { age: new Date().getTime(), ctx: omitted }
254254
dryRunResultCache.set(dryRunHash, cached, DRY_RUN_RESULT_MAX_AGE)
255255
return omitted
256256
})

0 commit comments

Comments
 (0)