Skip to content

Commit

Permalink
Use Scala 3 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 25, 2023
1 parent 7f717b0 commit ff43e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala-console-plugins/examples/Sphere.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ij.*
import ij.process.*
import ij._
import ij.process._

/** Creates an image of a sphere using discontinuity in "Red/Green" lookup table */
def sphere(): Unit = {
Expand Down

0 comments on commit ff43e99

Please sign in to comment.