Skip to content

Commit 7396439

Browse files
authored
Merge pull request #6 from CodelyTV/update/scalafmt-core-3.8.3
Update scalafmt-core to 3.8.3
2 parents 0b6d98f + 563b39f commit 7396439

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.2
1+
version = 3.8.3
22
runner.dialect = scala213
33
style = default
44
maxColumn = 120

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)