mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
refactor: remove usless using
This commit is contained in:
@@ -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}%")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user