Skip to content

Commit 8bc60fc

Browse files
cirrasfourls
authored andcommitted
Add colon delimiter to AttributeNode image
1 parent cf808f9 commit 8bc60fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delphi-frontend/src/main/java/au/com/integradev/delphi/antlr/ast/node/AttributeNodeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public String getImage() {
9898

9999
String image = imageNode.getImage();
100100
if (isAssembly()) {
101-
image = "assembly " + image;
101+
image = "assembly : " + image;
102102
}
103103

104104
return image;

0 commit comments

Comments
 (0)