Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jan 9, 2025
1 parent b3492a1 commit f20b9e6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ package com.alorma.compose.settings.sample.shared
import androidx.compose.ui.window.ComposeUIViewController
import platform.UIKit.UIViewController

fun MainViewController(): UIViewController =
ComposeUIViewController {
fun MainViewController(): UIViewController {
return ComposeUIViewController {
SampleApp()
}
}
}

0 comments on commit f20b9e6

Please sign in to comment.