mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: removes useless assignment to local variable (#9676)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user