formatting

This commit is contained in:
nathan 2020-10-25 13:02:14 +01:00
parent 6102be16dc
commit 275f59ee3a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Usage:
* @return a new object instance created by the pool.
*/
override fun newInstance(): Foo {
return Foo();
return Foo();
}
});