Fix spaces on ends of lines

This commit is contained in:
Ilya Fedin 2021-03-04 19:27:41 +04:00 committed by John Preston
parent af41bff7e4
commit 4d865f8313

View file

@ -267,7 +267,7 @@ TitleControls::Layout TitleControlsLayout() {
const auto decorationLayoutSetting = integration->getStringSetting(
"gtk-decoration-layout");
if (!decorationLayoutSetting.has_value()) {
return std::nullopt;
}