Skip to content

Commit 9c9d7a7

Browse files
committed
formatting
1 parent d06c774 commit 9c9d7a7

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
@@ -2805,7 +2805,7 @@ protected OptType getOptType() {
28052805
* the optType to set
28062806
*/
28072807
public static void setDefaultOptType(OptType optType) {
2808-
if(optType==defaultOptType)
2808+
if (optType == defaultOptType)
28092809
return;
28102810
if (optType == OptType.Manifold3d) {
28112811
try {

0 commit comments

Comments
 (0)