Skip to content

Commit

Permalink
feat(#3164): dash
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed May 6, 2024
1 parent e948a58 commit 1a0a46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ public void enterAname(final EoParser.AnameContext ctx) {
.prop(
"name",
String.format(
"OBJ-%d%d",
"OBJ-%d-%d",
ctx.getStart().getLine(),
ctx.getStart().getCharPositionInLine()
)
Expand Down

0 comments on commit 1a0a46b

Please sign in to comment.