Skip to content

Commit 550b09f

Browse files
committed
Unwrap short line
1 parent f94960a commit 550b09f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Authenticator/Source/AppController.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ class AppController {
7272

7373
// If this is a demo, show the scanner even in the simulator.
7474
let deviceCanScan = QRScanner.deviceCanScan || CommandLine.isDemo
75-
component = Root(
76-
deviceCanScan: deviceCanScan
77-
)
75+
component = Root(deviceCanScan: deviceCanScan)
7876

7977
startTick()
8078
}

0 commit comments

Comments
 (0)