Skip to content
Snippets Groups Projects
Commit 047cb4cc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix formatting

parent 2f6b519d
Branches
Tags
No related merge requests found
......@@ -93,7 +93,7 @@ data class AliasManagerState(
} ?: "*"
} ?: it.source
is Expansion.ParameterRange ->
params.subList(it.from - 1, it.to ?: params.size )
params.subList(it.from - 1, it.to ?: params.size)
.joinToString(" ")
is Expansion.Text ->
it.source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment