leftover format file
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 19s
Python / lint-format (pull_request) Successful in 25s
Python / test (pull_request) Successful in 46s
C++ / build (pull_request) Successful in 3m19s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m9s

This commit is contained in:
2026-06-30 03:18:42 +02:00
parent 728bdc85bc
commit d4e4152bdc
@@ -96,8 +96,8 @@ qreal CircularIndicatorManager::duration() const {
qreal CircularIndicatorManager::completeEndDuration() const {
if (m_type == IndeterminateAnimationType::Advance) {
return advance::DURATION_TO_COMPLETE_END_IN_MS;
} return retreat::DURATION_TO_COMPLETE_END_IN_MS;
}
return retreat::DURATION_TO_COMPLETE_END_IN_MS;
}
CircularIndicatorManager::IndeterminateAnimationType