Skip to content

Commit

Permalink
Minor spacing change when printing unused externalised examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrosario committed Aug 5, 2024
1 parent 841ecb5 commit 362522b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/kotlin/io/specmatic/core/Feature.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1446,6 +1446,8 @@ data class Feature(
unusedExternalizedExamples.sorted().forEach {
logger.log(" $it")
}

logger.newLine()
}

return featureWithExternalisedExamples to unusedExternalizedExamples
Expand Down

0 comments on commit 362522b

Please sign in to comment.