REFACTOR: removes various assignments and superfluous params (#9699)

This commit is contained in:
Joffrey JAFFEUX
2020-05-08 09:19:48 +02:00
committed by GitHub
parent 9d172eeaa5
commit 00a038d646
6 changed files with 5 additions and 7 deletions
@@ -225,7 +225,7 @@ export function setup(helper) {
token = state.push("text", "", 0);
token.content = content;
token = state.push("link_close", "a", -1);
state.push("link_close", "a", -1);
return true;
}
});