fix Linter errors

This commit is contained in:
kennypm 2022-07-19 21:54:36 -04:00
parent 02df861829
commit 4cb2cc9f21

View File

@ -79,7 +79,6 @@ auto waybar::modules::JACK::update() -> void {
tooltip_format, fmt::arg("load", std::round(load)), fmt::arg("bufsize", bufsize_),
fmt::arg("samplerate", samplerate_), fmt::arg("latency", fmt::format("{:.2f}", latency)),
fmt::arg("xruns", xruns_)));
}
// Call parent update