Shanedell commented on code in PR #219:
URL: https://github.com/apache/daffodil-vscode/pull/219#discussion_r918343263


##########
server/core/src/main/scala/org.apache.daffodil.debugger.dap/DAPodil.scala:
##########
@@ -194,7 +194,7 @@ class DAPodil(
           case Left(errors) =>
             state.set(DAPodil.State.FailedToLaunch(request, errors, None)) *>
               Logger[IO].warn(show"error parsing launch args: 
${errors.mkString_(", ")}") *> session
-              .sendResponse(request.respondFailure(Some(show"error parsing 
launch args: ${errors.mkString_(", ")}")))
+                .sendResponse(request.respondFailure(Some(show"error parsing 
launch args: ${errors.mkString_(", ")}")))

Review Comment:
   Yeah I think it was just done here as the version inside of `.scalafmt.conf` 
was updated so it made the files want to be formatted off the bat



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to