Skip to content

Commit

Permalink
fix: Remove extraneous paren in Bot log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmerfud committed Feb 20, 2024
1 parent 8390698 commit eb7f8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/fitl/Bot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ object Bot {
if (low == NO_SCORE)
Nil
else {
botDebug(s"$desc): score = $low")
botDebug(s"$desc: score = $low")
entries filter (score(_) == low)
}
}
Expand Down

0 comments on commit eb7f8d1

Please sign in to comment.