Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Apr 30, 2024
1 parent 9b555e7 commit 3e2a5a5
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ class SierraItemUpdater(
for {
itemEither <- sierraSource.lookupItemEntries(existingItems.keys.toSeq)

maybeAccessConditions: Map[SierraItemNumber, Option[
DisplayAccessCondition
]] = itemEither match {
maybeAccessConditions: Map[
SierraItemNumber,
Option[
DisplayAccessCondition
]] = itemEither match {
case Right(SierraItemDataEntries(_, _, entries)) =>
entries
.map(item => {
Expand Down

0 comments on commit 3e2a5a5

Please sign in to comment.