mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +01:00
Fix reduntant line
This commit is contained in:
parent
87ab68217d
commit
97fc6d2873
@ -106,7 +106,6 @@ public class SuperscriptParser extends InlineProcessor {
|
||||
Superscript node = new Superscript();
|
||||
node.setLiteral(input.substring(caret_pos + 1, i));
|
||||
node.setLevel(level);
|
||||
node.setLevel(level);
|
||||
return node;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user