mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-29 17:30:11 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use <unittest.scad>;
|
||||
use <shape_trapezium.scad>;
|
||||
use <unittest.scad>
|
||||
use <shape_trapezium.scad>
|
||||
|
||||
module test_shape_trapezium() {
|
||||
echo("==== test_shape_trapezium ====");
|
||||
|
Reference in New Issue
Block a user