diff --git a/readme.md b/readme.md
index f171ac0..52e5cb5 100644
--- a/readme.md
+++ b/readme.md
@@ -7253,7 +7253,7 @@ allows flexible positioning of the motors.
## Dimension
Modules for adding dimensions to assembly views.
-
+
* If `text` is empty, will display the measured distance.
* `offset` will determine how much space is between the measured point and the dimension.
diff --git a/utils/dimension.scad b/utils/dimension.scad
index 56174e9..033b08c 100644
--- a/utils/dimension.scad
+++ b/utils/dimension.scad
@@ -20,7 +20,7 @@
//
//! Modules for adding dimensions to assembly views.
//!
-//!
+//! 
//!
//! * If `text` is empty, will display the measured distance.
//! * `offset` will determine how much space is between the measured point and the dimension.