mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 11:31:11 +01:00
Apply pkl formatter to codebase (#1236)
This applies the Pkl formatter to `stdlib/` and `.circleci/`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user