summaryrefslogtreecommitdiff
path: root/pos.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pos.lua')
-rw-r--r--pos.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pos.lua b/pos.lua
index 149783e..a3343ee 100644
--- a/pos.lua
+++ b/pos.lua
@@ -26,6 +26,7 @@ function Pos.__mul(a,b)
else
error("can only multiply Pos by scalar")
end
+
end
function Pos.__div(a,b)
assert(type(b) == "number","can only divide Pos by scalar")