whitespace

This commit is contained in:
Willem Cazander 2022-10-30 09:25:15 +01:00
parent a2c7b90276
commit 3009921c16

View file

@ -9,6 +9,6 @@ public interface Objectᴶᐩᐩ extends ObjectSneeze {
default Class<?> fromClass() {
// getters are for children of a bean
// not to return the mother of a bean
return getClass();
return getClass();
}
}