Apply SwiftFormat formatting

This commit is contained in:
Peter Steinberger 2025-05-25 19:27:38 +02:00
parent 71bab246ac
commit fe3e63f7cb

View file

@ -88,7 +88,7 @@ final class ImageCommandTests: XCTestCase {
let command = try ImageCommand.parse([
"--screen-index", "0"
])
XCTAssertEqual(command.screenIndex, 0)
}