Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni authored and actions-user committed Nov 9, 2023
1 parent dd97add commit 9eac298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/vclib/concepts/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ namespace vcl {
template<typename T>
concept IntegralOrEnum = std::integral<T> || std::is_enum_v<T>;


/**
* @brief Concept for types that can be used as indices, excluding bool.
*/
Expand Down

0 comments on commit 9eac298

Please sign in to comment.