Skip to content

Commit

Permalink
style: add trailing commas (SE-0439)
Browse files Browse the repository at this point in the history
[SE-0439](https://github.com/swiftlang/swift-evolution/blob/main/proposa
ls/0439-trailing-comma-lists.md) is now available on Swift main
snapshots.
  • Loading branch information
kkebo committed Nov 6, 2024
1 parent 9eb0f00 commit 24d65a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Kernel/Framebuffer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct Framebuffer: ~Copyable {
width: UInt32,
height: UInt32,
depth: UInt32,
pixelOrder: PixelOrder
pixelOrder: PixelOrder,
) {
mbox.0 = 35 * 4
mbox.1 = 0 // request
Expand Down

0 comments on commit 24d65a5

Please sign in to comment.