Apply pkl formatter to codebase (#1236)

This applies the Pkl formatter to `stdlib/` and `.circleci/`
This commit is contained in:
Daniel Chao
2025-10-09 15:16:38 -07:00
committed by GitHub
parent 42dcad25c6
commit 8c5bd3b7dd
19 changed files with 729 additions and 605 deletions

View File

@@ -66,7 +66,7 @@ class VirtualMachine {
/// The operating system of a platform.
class OperatingSystem {
/// The name of this operating system.
name: "macOS"|"Linux"|"Windows"|String
name: "macOS" | "Linux" | "Windows" | String
/// The version of this operating system.
version: String