Remove whitespace

This commit is contained in:
XANTRONIX 2023-11-17 22:49:20 -05:00
parent 8eac3ff93b
commit 514b3dbc02

View file

@ -64,7 +64,6 @@ module top_case(key_switch_sizes, pcb_screw_holes) {
} }
} }
for (post = top_case_screw_posts) { for (post = top_case_screw_posts) {
translate([post[0], post[1], wall_height - wall_width - post[2] - eps]) translate([post[0], post[1], wall_height - wall_width - post[2] - eps])
screw_post(post[2] + eps); screw_post(post[2] + eps);