ran clang-format

This commit is contained in:
Sepandar 2025-02-14 11:33:33 -08:00
parent e6c9a516f8
commit 0c1113aef4
No known key found for this signature in database

View file

@ -721,7 +721,7 @@ void CHyprpicker::initMouse() {
l_or_v = std::round(v * 100);
}
h = std::round(h<0?h+360:h);
h = std::round(h < 0 ? h + 360 : h);
s = std::round(s * 100);
if (m_bFancyOutput)