Skip to content

Commit

Permalink
:octocat: Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeweese authored and github-actions[bot] committed Aug 15, 2023
1 parent bf1d707 commit fedd598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions include/graph/container/utility_edgelist.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ class utility_edgelist {
return el.storage_;
}

friend constexpr VSourceId& tag_invoke(::std::graph::edgelist::tag_invoke::source_id_fn_t,
utility_edgelist& el,
value_type& e) {
friend constexpr VSourceId&
tag_invoke(::std::graph::edgelist::tag_invoke::source_id_fn_t, utility_edgelist& el, value_type& e) {
return std::get<0>(e);
}

Expand Down
2 changes: 1 addition & 1 deletion include/graph/detail/graph_cpo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ namespace edgelist {

template <class EL>
using edge_reference_t = ranges::range_reference_t<edgelist_range_t<EL>>; // edge reference type

namespace tag_invoke {
TAG_INVOKE_DEF(source_id);
}
Expand Down

0 comments on commit fedd598

Please sign in to comment.