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 authored and kenoir committed Sep 4, 2024
1 parent e34afbe commit 185c131
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ object SierraRulesForRequesting {
// v|i||108||=|p||
// #ls Line above opacmsg = By approval for vs 27/08/24
case i
if i
.fixedField("108")
.containsAnyOf("n", "a", "p") =>
if i
.fixedField("108")
.containsAnyOf("n", "a", "p") =>
NotRequestable.NeedsManualRequest(
"This item cannot be requested online. Please place a manual request."
)
Expand All @@ -149,9 +149,9 @@ object SierraRulesForRequesting {
// q|i||108||=|u||
// #ls Line above opacmsg = Unavailable for vs 27/08/24
case i
if i
.fixedField("108")
.contains("u") =>
if i
.fixedField("108")
.contains("u") =>
NotRequestable.ItemUnavailable(
"This item is unavailable."
)
Expand Down

0 comments on commit 185c131

Please sign in to comment.