Skip to content

Commit 89c0f7b

Browse files
reezgithub-actions[bot]
authored andcommitted
ci: run swift-format
1 parent 4caac5f commit 89c0f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/BitcoinUI/QRCodeView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ public struct QRCodeView: View {
2626
@State private var viewState = CGSize.zero
2727
let screenBounds = UIScreen.main.bounds
2828
public var qrCodeType: QRCodeType
29-
29+
3030
public init(qrCodeType: QRCodeType) {
31-
self.qrCodeType = qrCodeType
32-
}
31+
self.qrCodeType = qrCodeType
32+
}
3333

3434
public var body: some View {
3535
Image(uiImage: generateQRCode(from: qrCodeType.qrString))

0 commit comments

Comments
 (0)