Remove double blank line

This commit is contained in:
hung 2020-03-28 21:13:53 +07:00
parent 7f7793378e
commit 33f99fea1c
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ function module.star(cr, width, height, n)
n = n or 5 n = n or 5
local a = 2 * math.pi / n local a = 2 * math.pi / n
-- place the star at the center -- place the star at the center
cr:save() cr:save()
cr:translate(width/2, height/2) cr:translate(width/2, height/2)