Skip to content

Commit 433b099

Browse files
davidmotenakarnokd
authored andcommitted
remove semicolon that Eclipse thinks is compile error (#5353)
1 parent a5c0cd0 commit 433b099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/rx/internal/operators/SingleOperatorCastTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
package rx.internal.operators;
17-
;
17+
1818
import org.junit.Test;
1919
import rx.Observer;
2020
import rx.Single;

0 commit comments

Comments
 (0)