refactor: remove usless using
parent
94b9f0a399
commit
c910767378
|
@ -1,7 +1,5 @@
|
|||
#include "modules/cpu.hpp"
|
||||
|
||||
using ctx = fmt::format_context;
|
||||
|
||||
waybar::modules::Cpu::Cpu(const Json::Value& config)
|
||||
: ALabel(config, "{usage}%")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue