mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
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…
x
Reference in New Issue
Block a user