Skip to content

Commit

Permalink
hae
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dent committed Feb 19, 2024
1 parent 4ff20a4 commit 5fdd29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint
uses: norio-nomura/action-swiftlint@master

# lint:
# runs-on: macos-14
Expand Down
2 changes: 1 addition & 1 deletion Example/Example App/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct ContentView: View {
Button("Start the Stream Deck Simulator") {
StreamDeckSimulator.show(streamDeck: .mini)
}
} else { ForEach(devices) { device in
} else { ForEach(devices) { device in
VStack(alignment: .leading) {
Text("__\(device.info.productName)__")
Text("Serial: \(device.info.serialNumber)")
Expand Down

0 comments on commit 5fdd29a

Please sign in to comment.