Skip to content

Commit ca359f2

Browse files
florian-lefebvreastrobot-houston
authored andcommitted
[ci] format
1 parent 494aa09 commit ca359f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/src/cli/infra/process-operating-system-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function createProcessOperatingSystemProvider(): OperatingSystemProvider
1010
const platform = process.platform;
1111
return {
1212
get name() {
13-
return platform
13+
return platform;
1414
},
1515
get displayName() {
1616
const system = PLATFORM_TO_OS[platform] ?? platform;

0 commit comments

Comments
 (0)