mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
REFACTOR: removes useless assignment to local variable (#9676)
This commit is contained in:
parent
08e8ae82cc
commit
affc79bb68
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const inlineRule = {
|
||||||
token.content = content;
|
token.content = content;
|
||||||
}
|
}
|
||||||
|
|
||||||
token = state.push("wrap_close", "span", -1);
|
state.push("wrap_close", "span", -1);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue