Skip to content

Commit bca2238

Browse files
committed
formatting
1 parent a7043c1 commit bca2238

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
@@ -3779,7 +3779,7 @@ public boolean checkGroupMembership(String groupName) {
37793779
// return this;
37803780
// }
37813781
public CSG setUserDefinedName(String res) {
3782-
if(res==null)
3782+
if (res == null)
37833783
return this;
37843784
getStorage().set("UserDefinedName", res);
37853785
return this;

0 commit comments

Comments
 (0)