mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 21:58:53 +00:00
refactor(clang-tidy): Apply fixes
This commit is contained in:
@ -20,10 +20,8 @@ namespace modules {
|
||||
/**
|
||||
* Construct module
|
||||
*/
|
||||
xworkspaces_module::xworkspaces_module(
|
||||
const bar_settings& bar, string name)
|
||||
: static_module<xworkspaces_module>(bar, move(name))
|
||||
, m_connection(connection::make()) {}
|
||||
xworkspaces_module::xworkspaces_module(const bar_settings& bar, string name)
|
||||
: static_module<xworkspaces_module>(bar, move(name)), m_connection(connection::make()) {}
|
||||
|
||||
/**
|
||||
* Bootstrap the module
|
||||
|
||||
Reference in New Issue
Block a user