mike-mcgann commented on code in PR #947:
URL: https://github.com/apache/daffodil/pull/947#discussion_r1095055459
##########
daffodil-cli/src/main/scala/org/apache/daffodil/InfosetTypes.scala:
##########
@@ -358,7 +356,7 @@ case class JDOMInfosetHandler(dataProcessor: DataProcessor)
}
class JDOMInfosetParseResult(parseResult: ParseResult, output:
JDOMInfosetOutputter)
- extends InfosetParseResult(parseResult) {
+ extends InfosetParseResult(parseResult) {
Review Comment:
The default configuration tends to like 4 spaces on continuations like this.
I changed a few of them from 4 to 2 but I may have missed a few.
--
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]