mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-05-18 14:34:12 +02:00
refactor(connector): remove unnecessary indentation
This commit is contained in:
parent
e8888965e5
commit
5ad57ce10e
@ -24,10 +24,10 @@ class ProjectsScreenModel (
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun getProjects(): List<Project> {
|
private fun getProjects(): List<Project> {
|
||||||
val projects = db.getProjects()
|
val projects = db.getProjects()
|
||||||
println(projects)
|
println(projects)
|
||||||
|
|
||||||
return projects
|
return projects
|
||||||
}
|
}
|
||||||
|
|
||||||
fun createProject(projectName : String, aircraftType : String) {
|
fun createProject(projectName : String, aircraftType : String) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user