summaryrefslogtreecommitdiff
path: root/src/graphyx/graphics/GraphicalRegularPolygon.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/graphics/GraphicalRegularPolygon.scala')
-rw-r--r--src/graphyx/graphics/GraphicalRegularPolygon.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphyx/graphics/GraphicalRegularPolygon.scala b/src/graphyx/graphics/GraphicalRegularPolygon.scala
index 919b857..a3906c3 100644
--- a/src/graphyx/graphics/GraphicalRegularPolygon.scala
+++ b/src/graphyx/graphics/GraphicalRegularPolygon.scala
@@ -16,5 +16,4 @@ case class GraphicalRegularPolygon(real: RegularPolygon) extends RegularPolygon(
g.setColor(java.awt.Color.BLACK)
drawPolygon(vertices)
}
-
-}
+} \ No newline at end of file