Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Sep 21, 2024
1 parent d3d354a commit 1dc3ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java2d/src/main/scala/doodle/java2d/effect/Canvas.scala
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ final class Canvas private (

def close(): IO[Boolean] = {
IO(window.close()) >>
windowClosed
windowClosed
}
}
object Canvas {
Expand Down

0 comments on commit 1dc3ee9

Please sign in to comment.