File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Compare against swift-mmio swift-format config
2323 run : |
24- curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/ .swift-format -o .swift-format-mmio
24+ curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio
2525 diff .swift-format .swift-format-mmio
2626
2727 - name : Lint
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ struct STM32F746Board {
5353
5454 var displaySize : Size {
5555 Size (
56- width: STM32F746 . LTDCConstants. DISPLAY_WIDTH ,
57- height: STM32F746 . LTDCConstants. DISPLAY_HEIGHT )
56+ width: STM32F746 . LTDCConstants. displayWidth ,
57+ height: STM32F746 . LTDCConstants. displayHeight )
5858 }
5959
6060 var logoLayerSize : Size {
You can’t perform that action at this time.
0 commit comments