Skip to content

Commit 56e2831

Browse files
committed
formatting
1 parent 38ae7cf commit 56e2831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/eu/mihosoft/vrl/v3d

src/main/java/eu/mihosoft/vrl/v3d/STL.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ public static CSG file(URL path, boolean repair) throws Throwable {
7979
* @param path
8080
* file path
8181
* @return CSG
82-
* @throws IOException
82+
* @throws IOException
8383
* @throws Throwable
8484
*/
85-
public static CSG file(Path path) throws NonManifoldShapeError,ColinearPointsException, IOException {
85+
public static CSG file(Path path) throws NonManifoldShapeError, ColinearPointsException, IOException {
8686

8787
if (CSG.getDefaultOptionType() == OptType.Manifold3d) {
8888
CSGManifold3d m = CSG.getManifold();

0 commit comments

Comments
 (0)