mirror of
https://github.com/XRPLF/clio.git
synced 2026-08-22 21:20:52 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -103,8 +103,8 @@ public:
|
||||
* @brief Factory function for creating an admin verification strategy.
|
||||
*
|
||||
* @param password The optional password to check.
|
||||
* @return Admin verification strategy. If password is provided, it will be PasswordAdminVerificationStrategy.
|
||||
* Otherwise, it will be IPAdminVerificationStrategy.
|
||||
* @return Admin verification strategy. If password is provided, it will be
|
||||
* PasswordAdminVerificationStrategy. Otherwise, it will be IPAdminVerificationStrategy.
|
||||
*/
|
||||
std::shared_ptr<AdminVerificationStrategy>
|
||||
makeAdminVerificationStrategy(std::optional<std::string> password);
|
||||
|
||||
Reference in New Issue
Block a user