Fix line separators insertion
This commit is contained in:
@@ -11,10 +11,8 @@ class SomeOther<S> : Some<S> {
|
||||
override fun someFoo() {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
override fun someGenericFoo(): S {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
override fun someOtherFoo(): Int = 0
|
||||
}
|
||||
Reference in New Issue
Block a user