diff options
Diffstat (limited to 'Master/texmf-dist/scripts/latexindent/LatexIndent/NamedGroupingBracesBrackets.pm')
-rwxr-xr-x | Master/texmf-dist/scripts/latexindent/LatexIndent/NamedGroupingBracesBrackets.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/NamedGroupingBracesBrackets.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/NamedGroupingBracesBrackets.pm index ea2c5323cf3..f7469504e10 100755 --- a/Master/texmf-dist/scripts/latexindent/LatexIndent/NamedGroupingBracesBrackets.pm +++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/NamedGroupingBracesBrackets.pm @@ -55,7 +55,7 @@ sub create_unique_id{ my $self = shift; $groupingBracesCounter++; - ${$self}{id} = "$tokens{groupingBraces}$groupingBracesCounter"; + ${$self}{id} = "$tokens{namedGroupingBracesBrackets}$groupingBracesCounter"; return; } |