Skip to content

Commit

Permalink
fix styles in sampleProject
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii committed Jan 16, 2024
1 parent 6715358 commit 89fade7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ class OuterClass {

class AnotherClass {
// Class content
}
}
2 changes: 1 addition & 1 deletion common/sampleProject/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ fun main(args: Array<String>) {
// Try adding program arguments via Run/Debug configuration.
// Learn more about running applications: https://www.jetbrains.com/help/idea/running-applications.html.
println("Program arguments: ${args.joinToString()}")
}
}

0 comments on commit 89fade7

Please sign in to comment.