mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-29 04:17:12 +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();
|
Superscript node = new Superscript();
|
||||||
node.setLiteral(input.substring(caret_pos + 1, i));
|
node.setLiteral(input.substring(caret_pos + 1, i));
|
||||||
node.setLevel(level);
|
node.setLevel(level);
|
||||||
node.setLevel(level);
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user