optional \n

This commit is contained in:
Sebastian Klähn
2024-11-10 13:25:35 +01:00
parent 276db00312
commit e494226120

View File

@@ -1303,7 +1303,6 @@ impl ChatId {
ret += &encr_info.reset.join("\n"); ret += &encr_info.reset.join("\n");
} }
if !encr_info.no_preference.is_empty() { if !encr_info.no_preference.is_empty() {
ret.push('\n');
if !ret.is_empty() { if !ret.is_empty() {
ret.push('\n'); ret.push('\n');
} }
@@ -1312,7 +1311,6 @@ impl ChatId {
ret += &encr_info.no_preference.join("\n"); ret += &encr_info.no_preference.join("\n");
} }
if !encr_info.mutual.is_empty() { if !encr_info.mutual.is_empty() {
ret.push('\n');
if !ret.is_empty() { if !ret.is_empty() {
ret.push('\n'); ret.push('\n');
} }