mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-04 21:09:53 +02: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