We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7043c1 commit bca2238Copy full SHA for bca2238
1 file changed
src/main/java/eu/mihosoft/vrl/v3d/CSG.java
@@ -3779,7 +3779,7 @@ public boolean checkGroupMembership(String groupName) {
3779
// return this;
3780
// }
3781
public CSG setUserDefinedName(String res) {
3782
- if(res==null)
+ if (res == null)
3783
return this;
3784
getStorage().set("UserDefinedName", res);
3785
0 commit comments