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