Skip to content

Commit ffcaed0

Browse files
committed
removed blank line
1 parent 48d287e commit ffcaed0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/watchers/event/sequence/ObservationQueue.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import org.wordpress.aztec.watchers.event.text.TextWatcherEvent
99
class ObservationQueue(val injector: IEventInjector) : EventSequence<TextWatcherEvent>() {
1010
val buckets = ArrayList<Bucket>()
1111

12-
1312
init {
1413
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
1514
buckets.add(API26Bucket())

0 commit comments

Comments
 (0)