Skip to content

Commit f3dad96

Browse files
committed
formatting
1 parent 27bc72a commit f3dad96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4285,7 +4285,7 @@ public String getUniqueId() {
42854285
return uniqueId;
42864286
}
42874287

4288-
public List<Polygon> generatePolygonsFromMesh() throws ColinearPointsException{
4288+
public List<Polygon> generatePolygonsFromMesh() throws ColinearPointsException {
42894289
return polygons;
42904290
}
42914291

0 commit comments

Comments
 (0)