Skip to content

Commit

Permalink
Merge pull request gemini-hlsw#2443 from gemini-hlsw/update/scalafmt-…
Browse files Browse the repository at this point in the history
…core-3.7.9

Update scalafmt-core to 3.7.9
  • Loading branch information
jluhrs authored Jul 13, 2023
2 parents d5b3137 + fca6718 commit 46f3f9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# Scala Steward: Reformat with scalafmt 3.7.3
34e7b37e98ff2693377dcc0d3d0e654168c85acf

# Scala Steward: Reformat with scalafmt 3.7.9
e9a0384427db7e3e54c83446a9de40a845064f07
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.4"
version = "3.7.9"
style = default
runner.dialect = scala213

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ package object commands {
} else if (hr.getResponse === Response.COMPLETED) {
cb(Right(CommandResult(hr.getResponse)))
}
// A third case is ACCEPTED but that is handled on the callback
// A third case is ACCEPTED but that is handled on the callback
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class EpicsCommandBase[F[_]: Async](sysName: String) extends EpicsComma
override def onFailure(cause: Exception): Unit = f(cause.asLeft)
}
}
// It should call f on all execution paths, thanks @tpolecat
// It should call f on all execution paths, thanks @tpolecat
}.void
.getOrElse(f(SeqexecFailure.Unexpected("Unable to trigger command.").asLeft))
}
Expand Down

0 comments on commit 46f3f9a

Please sign in to comment.