Skip to content

Commit ff43e99

Browse files
committed
Use Scala 3 syntax
1 parent 7f717b0 commit ff43e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scala-console-plugins/examples/Sphere.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import ij.*
2-
import ij.process.*
1+
import ij._
2+
import ij.process._
33

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

0 commit comments

Comments
 (0)