minor reformating
This commit is contained in:
parent
2ce577bd39
commit
35791deb88
1 changed files with 3 additions and 1 deletions
|
@ -84,8 +84,10 @@ public class ReflectMjAPI {
|
|||
}
|
||||
|
||||
public static BatteryObject getMjBattery (Object o) {
|
||||
if (o == null)
|
||||
if (o == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
BatteryField f = getMjBattery (o.getClass());
|
||||
|
||||
if (f == null) {
|
||||
|
|
Loading…
Reference in a new issue