Skip to content

Commit 2a59796

Browse files
committed
Removed duplicated line
1 parent 57e7e93 commit 2a59796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

basheditor-plugin/src/main/java/de/jcup/basheditor/scriptmodel/TokenParser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ private void parse(ParseContext context) {
169169

170170
if (c == '{' || c == '}') {
171171
if (context.inState(State.VARIABLE)){
172-
context.appendCharToText();
173172
context.appendCharToText();
174173
if (c=='}'){
175174
context.addTokenAndResetText();

0 commit comments

Comments
 (0)