Skip to content

Commit c8da5d2

Browse files
github-actions[bot]Christian Herrera
authored andcommitted
Reformat with scalafmt 3.8.3
Executed command: scalafmt --non-interactive
1 parent 69dbd01 commit c8da5d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/com/codely/lesson_02_tests_in_spark/video_02__unit_testing/app/AvgSpendingApp.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ object AvgSpendingApp extends SparkApp {
88

99
private val context = AppContext.load(args)
1010

11-
private val reader = StreamReader()
12-
11+
private val reader = StreamReader()
1312
private val streamWriter = StreamWriter()
1413

1514
private val job = AvgSpendingJob(context, reader, streamWriter)

0 commit comments

Comments
 (0)