refactor: add trailing newlines
This commit is contained in:
parent
4dd63b7d1d
commit
388c3b1b75
19 changed files with 19 additions and 21 deletions
|
|
@ -24,5 +24,4 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ class MainActivity : ComponentActivity() {
|
|||
@Composable
|
||||
fun AppAndroidPreview() {
|
||||
App()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,4 +93,4 @@ actual fun Maps(
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ fun App() {
|
|||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ expect fun Maps(
|
|||
polylines: List<Polyline> = listOf(),
|
||||
cameraPosition: Point = Point(-37.8136, 144.9631),
|
||||
sheetState: SheetState,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -120,5 +120,4 @@ fun Searcher(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ package moe.lava.banksia
|
|||
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
|
||||
fun MainViewController() = ComposeUIViewController { App() }
|
||||
fun MainViewController() = ComposeUIViewController { App() }
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ actual fun Maps(
|
|||
sheetState: SheetState,
|
||||
) {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue