mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-11-25 14:18:38 +01:00
Fix reduntant line
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user