Skip to content

Commit 7ab07ca

Browse files
akarnokdakarnokd
akarnokd
authored and
akarnokd
committed
Fixed typo.
1 parent 787fbff commit 7ab07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/schedulers/EventLoopsScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
if (maxThreads <= 0 || maxThreads > ncpu) {
4646
max = ncpu;
4747
} else {
48-
max =maxThreads;
48+
max = maxThreads;
4949
}
5050
MAX_THREADS = max;
5151
}

0 commit comments

Comments
 (0)