Skip to content

Commit

Permalink
Whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Dec 14, 2024
1 parent f303c39 commit c2f4bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/iridescence.Rgb24Opaque.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ object Rgb24Opaque:
def hex: Text =
List(red, green, blue).foldLeft("#"): (acc, c) =>
acc+(c.hex.pipe { s => if s.s.length < 2 then "0"+s else s })
.tt

. tt

export Rgb24Opaque.Rgb24

0 comments on commit c2f4bb3

Please sign in to comment.