diff --git a/src/vmath.nim b/src/vmath.nim
index c13db87..de811da 100644
--- a/src/vmath.nim
+++ b/src/vmath.nim
@@ -1,4 +1,5 @@
 import math, random, strutils
+
 export math
 
 proc clamp*(n, min, max: float32): float32 =