Skip to content

Commit

Permalink
undo autoformatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Aug 5, 2024
1 parent fc64018 commit 67aee95
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ internal class ReconcilerInstance(
}

private interface SyncReason {
class OutOfSync(val meta: Boolean, val shares: Boolean, val install: Boolean, val target: ReconcilerTarget) :
SyncReason {
class OutOfSync(val meta: Boolean, val shares: Boolean, val install: Boolean, val target: ReconcilerTarget) : SyncReason {
override fun toString() =
"out of sync:" +
(if (meta) " meta" else "") +
Expand Down

0 comments on commit 67aee95

Please sign in to comment.