1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-11 08:15:35 +03:00

remove space (#5929)

This commit is contained in:
QmelZ 2021-09-04 17:12:13 +03:00 committed by GitHub
parent ee8683c734
commit d31389efca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ public abstract class BaseProcessor extends AbstractProcessor{
}
public static TypeName tname(String pack, String simple){
return ClassName.get(pack, simple );
return ClassName.get(pack, simple);
}
public static TypeName tname(String name){