mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix Linter errors
This commit is contained in:
parent
02df861829
commit
4cb2cc9f21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user