Skip to content

Commit

Permalink
:octocat: Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
pratzl authored and github-actions[bot] committed Jun 26, 2024
1 parent 7fe2cf3 commit c1bf1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/graph/graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ concept has_contains_edge = requires(G&& g, vertex_id_t<G> uid, vertex_id_t<G> v
template <class G>
struct define_unordered_edge : public false_type {}; // specialized for graph container edge

template <class G> // For exposition only
template <class G> // For exposition only
concept unordered_edge = basic_sourced_edge<G> && define_unordered_edge<G>::value;

//
Expand Down

0 comments on commit c1bf1af

Please sign in to comment.