Skip to content

Commit 63dc4a4

Browse files
author
Jeff Gordon
committed
style: prettify
1 parent 1f81100 commit 63dc4a4

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

lib/uv.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,12 @@ async function uvToRequirements() {
6363
}
6464

6565
let res;
66-
66+
6767
try {
6868
await getUvVersion();
69-
res = await spawn(
70-
'uv',
71-
['export', '--no-dev', '--frozen', '--no-hashes'],
72-
{
73-
cwd: this.servicePath,
74-
}
75-
);
69+
res = await spawn('uv', ['export', '--no-dev', '--frozen', '--no-hashes'], {
70+
cwd: this.servicePath,
71+
});
7672

7773
fse.ensureDirSync(path.join(this.servicePath, '.serverless'));
7874
fse.writeFileSync(

0 commit comments

Comments
 (0)