Skip to content

Commit

Permalink
Fix missing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Entenwilli committed Nov 26, 2023
1 parent 8b5ecde commit 67a2dd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class DDDslFormatter extends CharacterizedDataDictionaryFormatter {
dd.characteristicEnumerations.forEach[format]
dd.characteristicTypes.forEach[format]
dd.characteristics.forEach[format]
// dd.reusableBehaviours.forEach[format]
// dd.dataChannelBehaviour.forEach[format]
dd.reusableBehaviours.forEach[format]
dd.dataChannelBehaviour.forEach[format]
}

def dispatch void format(EnumCharacteristic characteristic, extension IFormattableDocument document) {
Expand Down

0 comments on commit 67a2dd2

Please sign in to comment.