Skip to content

Commit

Permalink
Reformatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jul 22, 2023
1 parent dee2610 commit 3ab2663
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ fun XcfaLabel.getFlatLabels(): List<XcfaLabel> = when (this) {
labels.forEach { ret.addAll(it.getFlatLabels()) }
ret
}

else -> listOf(this)
}

Expand Down

0 comments on commit 3ab2663

Please sign in to comment.