Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ilesik committed Oct 7, 2024
1 parent 41dc254 commit 979eb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/dpp/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ class DPP_EXPORT cluster {
timer_next_t next_timer;

/**
* @brief Mutex to work with named_commands and synchronize read write access
*/
std::shared_mutex named_commands_mutex;
* @brief Mutex to work with named_commands and synchronize read write access
*/
std::shared_mutex named_commands_mutex;

/**
* @brief Typedef for slashcommand handler type
Expand Down

0 comments on commit 979eb0d

Please sign in to comment.