REFACTOR: removes useless assignment to local variable (#9676)
This commit is contained in:
parent
08e8ae82cc
commit
affc79bb68
|
@ -57,7 +57,7 @@ const inlineRule = {
|
|||
token.content = content;
|
||||
}
|
||||
|
||||
token = state.push("wrap_close", "span", -1);
|
||||
state.push("wrap_close", "span", -1);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue