Merge pull request #124 from TouchInstinct/static
Delete space betwen semicolon
This commit is contained in:
commit
fbdaad47ca
|
|
@ -108,7 +108,7 @@ public class ViewController<TActivity extends FragmentActivity, TState extends P
|
|||
*/
|
||||
@NonNull
|
||||
protected final TState getState() {
|
||||
return fragment.getState() ;
|
||||
return fragment.getState();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue