Skip to content

Commit c9d58ca

Browse files
committed
SPARK-3276 Minor code re-formatting.
1 parent 1c53ba9 commit c9d58ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streaming/src/main/scala/org/apache/spark/streaming/dstream/FileInputDStream.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class FileInputDStream[K, V, F <: NewInputFormat[K,V]](
8686
* Files with mod times older than this "window" of remembering will be ignored. So if new
8787
* files are visible within this window, then the file will get selected in the next batch.
8888
*/
89-
private val minRememberDurationMin = Minutes(ssc.conf
90-
.getLong("spark.streaming.minRememberDurationMin", 1L))
89+
private val minRememberDurationMin =
90+
Minutes(ssc.conf.getLong("spark.streaming.minRememberDurationMin", 1L))
9191

9292
// This is a def so that it works during checkpoint recovery:
9393
private def clock = ssc.scheduler.clock

0 commit comments

Comments
 (0)