Skip to content

Commit c1bf1af

Browse files
pratzlgithub-actions[bot]
authored andcommitted
:octocat: Applied clang-format.
1 parent 7fe2cf3 commit c1bf1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/graph/graph.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ concept has_contains_edge = requires(G&& g, vertex_id_t<G> uid, vertex_id_t<G> v
376376
template <class G>
377377
struct define_unordered_edge : public false_type {}; // specialized for graph container edge
378378

379-
template <class G> // For exposition only
379+
template <class G> // For exposition only
380380
concept unordered_edge = basic_sourced_edge<G> && define_unordered_edge<G>::value;
381381

382382
//

0 commit comments

Comments
 (0)