mbeckerle commented on a change in pull request #214: Sequences and Separators 
Refactoring and Rewrite
URL: https://github.com/apache/incubator-daffodil/pull/214#discussion_r286245184
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/ChoiceGroup.scala
 ##########
 @@ -222,7 +227,7 @@ abstract class ChoiceTermBase(
               event.qname, trds.map { trd => "%s at 
%s".format(trd.diagnosticDebugName, trd.locationDescription) }.mkString("\n"))
           } else {
             val eventType = event match {
-              case _: ChoiceBranchEndEvent => "end"
+              case _: ChoiceBranchEndEvent   => "end"
 
 Review comment:
   Using default indentation settings, we traded one set of whitespace changes 
for another, which is to align the arrows, and various other things. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to