We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06c774 commit 9c9d7a7Copy full SHA for 9c9d7a7
1 file changed
src/main/java/eu/mihosoft/vrl/v3d/CSG.java
@@ -2805,7 +2805,7 @@ protected OptType getOptType() {
2805
* the optType to set
2806
*/
2807
public static void setDefaultOptType(OptType optType) {
2808
- if(optType==defaultOptType)
+ if (optType == defaultOptType)
2809
return;
2810
if (optType == OptType.Manifold3d) {
2811
try {
0 commit comments