Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishura4 committed Oct 9, 2023
1 parent e3cf38b commit 293a284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/dpp/managed.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ namespace dpp {
* @brief Constructor, initialises ID
* @param nid ID to set
*/
managed(const snowflake nid) : id{nid} {}
managed(const snowflake nid) : id{nid} {}

/**
* @brief Copy constructor
* @param rhs Object to copy
*/
managed(const managed &rhs) = default;
managed(const managed &rhs) = default;

/**
* @brief Move constructor
Expand All @@ -72,7 +72,7 @@ namespace dpp {
* @brief Copy assignment operator
* @param rhs Object to copy
*/
managed &operator=(const managed& rhs) = default;
managed &operator=(const managed& rhs) = default;

/**
* @brief Move assignment operator
Expand Down

0 comments on commit 293a284

Please sign in to comment.