Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.2 (#128)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.2

* Reformat with scalafmt 3.8.2

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.2' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Jun 16, 2024
1 parent 4fcf2b5 commit 81a4ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.17
e9c360c74c28108fdcda99987cbde6a946432feb

# Scala Steward: Reformat with scalafmt 3.8.2
325cdc3a20b7dabb09e4707430ed8226ef59b13b
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.1
version = 3.8.2

runner.dialect = scala213source3
style = defaultWithAlign
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/scala/http/DevServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ object DevServer {
isBase64Encoded = false,
body = body,
pathParameters = js.undefined, // TODO: js.Dictionary for /{id}/ in URL
queryStringParameters = queryParameters.toJSDictionary,// js.Dictionary[String](),
queryStringParameters = queryParameters.toJSDictionary, // js.Dictionary[String](),
)

val lambdaContext = js.Dynamic
Expand Down

0 comments on commit 81a4ed9

Please sign in to comment.