mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Fix kotlin good file indentation
This commit is contained in:
parent
c4a092d386
commit
cbe0ab9cd9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
fun main() {
|
fun main() {
|
||||||
val n = "World"
|
val n = "World"
|
||||||
val v = "Hello, $n!"
|
val v = "Hello, $n!"
|
||||||
|
|
||||||
println(v)
|
println(v)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue