Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Oct 31, 2023
1 parent f735b07 commit e51089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restricted_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class RestrictedFeatures {
/// Returns RestrictedCategory enum from category name
///
/// \param[in] category category name
/// \return category enum
/// \return category enum returns INVALID if unknown
static RestrictedCategory ToCategory(const std::string& category)
{
const auto found = std::find(
Expand Down

0 comments on commit e51089c

Please sign in to comment.