Skip to content

Commit aff7834

Browse files
committed
Fix newline
1 parent 8220d58 commit aff7834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/reactivex/rxjava3/plugins/RxJavaPlugins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,7 @@ public static Scheduler createSingleScheduler(@NonNull ThreadFactory threadFacto
13211321
public static Scheduler createExecutorScheduler(@NonNull Executor executor, boolean interruptibleWorker, boolean fair) {
13221322
return new ExecutorScheduler(executor, interruptibleWorker, fair);
13231323
}
1324+
13241325
/**
13251326
* Wraps the call to the function in try-catch and propagates thrown
13261327
* checked exceptions as RuntimeException.

0 commit comments

Comments
 (0)