Skip to content

Commit 1722433

Browse files
committed
Fixed style
1 parent 976b094 commit 1722433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/StreamingContextState.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ object StreamingContextState {
4949
val INITIALIZED = new StreamingContextState(0)
5050
val STARTED = new StreamingContextState(1)
5151
val STOPPED = new StreamingContextState(2)
52-
}
52+
}

0 commit comments

Comments
 (0)