Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 16, 2024
1 parent a3b9142 commit f98508b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/temporal_clusters.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace reticula {
_adj(adj), _lifetime(
std::numeric_limits<typename EdgeT::TimeType>::max(),
std::numeric_limits<typename EdgeT::TimeType>::min()) {

if constexpr (std::numeric_limits<typename EdgeT::TimeType>::has_infinity)
_lifetime = {
std::numeric_limits<typename EdgeT::TimeType>::infinity(),
Expand Down
3 changes: 2 additions & 1 deletion src/test/reticula/temporal_clusters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ TEST_CASE("temporal cluster properties", "[reticula::temporal_cluster]") {
}
}

TEST_CASE("temporal cluster properties (simple)", "[reticula::temporal_cluster]") {
TEST_CASE("temporal cluster properties (simple)",
"[reticula::temporal_cluster]") {
using EdgeType = reticula::undirected_temporal_hyperedge<int, float>;
using AdjType = reticula::temporal_adjacency::simple<EdgeType>;
using CompType = reticula::temporal_cluster<EdgeType, AdjType>;
Expand Down

0 comments on commit f98508b

Please sign in to comment.