Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.2
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jun 15, 2024
1 parent 4046b7d commit 7c954bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio/src/main/scala/saft/Persistence.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package saft

import zio.UIO

/** Provides persistence for the persistence part of [[ServerState]]: `currentTerm`, `votedFor` and `log`. */
/** Provides persistence for the persistence part of [[ServerState]]: `currentTerm`, `votedFor` and `log`. */
trait Persistence:
/** Persists the state. The [[oldState]] can be used to compute a delta of changes that need to be saved. */
def apply(oldState: ServerState, newState: ServerState): UIO[Unit]
Expand Down

0 comments on commit 7c954bb

Please sign in to comment.