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


##########
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, if you can just pull these from this commit that would be good. A 
subsequent commit of just code-formatting fixups is fine of course, 
particularly if it brings the code into coherence with a standard formatting. 



-- 
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