Skip to content

Commit

Permalink
Merge pull request #6 from CodelyTV/update/scalafmt-core-3.8.3
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.3
  • Loading branch information
cherrera20 authored Nov 28, 2024
2 parents 0b6d98f + 563b39f commit 7396439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.2
version = 3.8.3
runner.dialect = scala213
style = default
maxColumn = 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ object AvgSpendingApp extends SparkApp {

private val context = AppContext.load(args)

private val reader = StreamReader()

private val reader = StreamReader()
private val streamWriter = StreamWriter()

private val job = AvgSpendingJob(context, reader, streamWriter)
Expand Down

0 comments on commit 7396439

Please sign in to comment.