Skip to content

Commit 1feb558

Browse files
Format
1 parent a2acd6a commit 1feb558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/libsemigroups/word-graph.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@ namespace libsemigroups {
28322832
// always have an odd number of arguments, so we check that it's even
28332833
// here (the argument x and an odd number of further arguments).
28342834
WordGraph<Node> xy;
2835-
operator()(xy, x, std::forward<Args>(args)...);
2835+
operator()(xy, x, std::forward<Args>(args)...);
28362836
return xy;
28372837
}
28382838

@@ -2867,7 +2867,7 @@ namespace libsemigroups {
28672867
return is_subrelation(x, static_cast<Node>(0), y, static_cast<Node>(0));
28682868
}
28692869
}; // JoinerMeeterCommon
2870-
} // namespace detail
2870+
} // namespace detail
28712871

28722872
//! \ingroup word_graph_group
28732873
//! \brief Class for taking joins of word graphs.

0 commit comments

Comments
 (0)