Skip to content

Commit

Permalink
Merge pull request #1575 from eikek/update/scalafmt-core-3.8.4
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.4
  • Loading branch information
mergify[bot] authored Jan 13, 2025
2 parents d7db7a0 + 3ef1c36 commit a5b669c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.4
fd910eb4d8a8b30e45cbee92ccb1e545802077e6
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.3"
version = "3.8.4"

preset = default
runner.dialect = scala3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ trait OShare[F[_]] {
value: Option[Password]
): OptionT[F, Unit]

/** Deletes all shares (with all its data) that have been published but are expired now.
*/
/** Deletes all shares (with all its data) that have been published but are expired now. */
def cleanupExpired(invalidAge: Duration): F[Int]

/** Deletes files that have no reference to a share. This should actually never happen,
Expand Down

0 comments on commit a5b669c

Please sign in to comment.