Skip to content

Commit

Permalink
Add an "end if" to clearly mark logic boundary.
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Dec 2, 2024
1 parent 44718c4 commit 0761d50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ trait Logger(using pc: PlatformContext) {
val tail = lines.tail.mkString(nl)
if tail.nonEmpty then head + s"$nl$prefix$tail$RESET"
else head
end if
}

protected def write(level: Lvl, @unused s: String): Unit
Expand Down

0 comments on commit 0761d50

Please sign in to comment.