Skip to content

Commit

Permalink
Detekt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Oct 27, 2022
1 parent 6863994 commit f4cf582
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ data class TemplateSection(val name: String, val entries: List<String>) {

const val MARKER_NAME = "#name"

@Suppress("NestedBlockDepth")
fun parseAll(text: String): List<TemplateSection> {
val sections = mutableListOf<TemplateSection>()

Expand Down Expand Up @@ -65,4 +66,4 @@ data class TemplateSection(val name: String, val entries: List<String>) {
return sections
}
}
}
}

0 comments on commit f4cf582

Please sign in to comment.