mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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() {
|
||||
val n = "World"
|
||||
val v = "Hello, $n!"
|
||||
val n = "World"
|
||||
val v = "Hello, $n!"
|
||||
|
||||
println(v)
|
||||
println(v)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue