Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Nov 27, 2024
1 parent f1960a6 commit f4f55a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/DTN/shared/src/main/scala/dtn/RdtCreation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class LastWriterWinsRDT(number_of_changes: Int, sleep_time_milliseconds: Long) e
var state = LastWriterWins.empty[Set[String]]

private def writeStringGetDeltaInfo(s: String): RdtType = {
state.write(Set(s)) // advances a total ordering internally
state.write(Set(s)) // advances a total ordering internally

}

Expand Down

0 comments on commit f4f55a9

Please sign in to comment.