From 7128f4eee7b0042b28284a35e3ce6b50a58042ba Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 26 Sep 2023 20:12:01 +0300 Subject: [PATCH] remove linebreak --- files/routes/comments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 2f0d8f765..4dfa65360 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -679,7 +679,6 @@ def edit_comment(cid, v): body_for_sanitize = owoify(body_for_sanitize) if c.author.marsify and not c.author.chud: body_for_sanitize = marsify(body_for_sanitize) - if c.sharpened: body_for_sanitize = sharpen(body_for_sanitize)