Skip to content

Commit

Permalink
Fixed error, didn't return the set of annotations
Browse files Browse the repository at this point in the history
    * ridlbe/ccmx11/facets/dds/visitors/struct.rb:
    * ridlbe/ccmx11/facets/dds/visitors/union.rb:
  • Loading branch information
jwillemsen committed Feb 15, 2024
1 parent 0d2132f commit fd5f6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ridlbe/ccmx11/facets/dds/visitors/struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def annotations
nes_annot.fields[:value] = 'FALSE'
end
end
return ann
ann
end
end # StructVisitor
end # CCMX11
Expand Down
1 change: 1 addition & 0 deletions ridlbe/ccmx11/facets/dds/visitors/union.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def annotations
nes_annot.fields[:value] = 'FALSE'
end
end
ann
end
end
end # CCMX11
Expand Down

0 comments on commit fd5f6a9

Please sign in to comment.