Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Demilivor committed Jan 25, 2024
1 parent f9e7131 commit e041cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Access/QuotaCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ QuotaCache::~QuotaCache() = default;

std::shared_ptr<const EnabledQuota> QuotaCache::getEnabledQuota(
const UUID & user_id,
const String & user_name,
const boost::container::flat_set<UUID> & enabled_roles,
const String & user_name,
const boost::container::flat_set<UUID> & enabled_roles,
const Poco::Net::IPAddress & client_address,
const String & forwarded_address,
const String & client_key,
Expand Down

0 comments on commit e041cfa

Please sign in to comment.