Fix clang-format

This commit is contained in:
Alex
2026-07-03 23:52:24 +02:00
parent 15e0c9cb1c
commit 331fe0e963
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -550,7 +550,6 @@ void waybar::modules::Clock::action_exec(const std::string& action) {
pid_children_.push_back(util::command::forkExec(cmd));
}
#ifdef HAVE_LANGINFO_1STDAY
template <auto fn>
using deleter_from_fn = std::integral_constant<decltype(fn), fn>;