Skip to content

Commit

Permalink
Run prePR with sbt-typelevel
Browse files Browse the repository at this point in the history
Executed command: sbt tlPrePrBotHook
  • Loading branch information
lucuma-steward[bot] committed Mar 18, 2024
1 parent 2e61973 commit 22542ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .scalafix-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
rules = [
OrganizeImports
]
OrganizeImports.targetDialect = Auto
2 changes: 1 addition & 1 deletion .scalafmt-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# this file by hand! Instead, if you wish to make changes, you should
# make a PR to sbt-lucuma.

version = "3.7.17"
version = "3.8.0"
style = default

runner.dialect = scala3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object ObservationInsertAction {
): ProgramSummaries => ProgramSummaries = agwo =>
optObs.fold { // undo
agwo.removeObs(obsId)
} { // do or re-do
} { // do or re-do
agwo.insertObs
}

Expand Down

0 comments on commit 22542ae

Please sign in to comment.