Skip to content

Commit

Permalink
clang tidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostorbiter committed Nov 28, 2023
1 parent aabfab9 commit e2bae1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,6 @@ class Graph {
*
* @return Vector of vertices that form the maximum clique.
*/
[[nodiscard]] auto maxCliqueGraph(AlgorithmAccuracy accuracy) const -> Graph;
[[nodiscard]] auto maxCliqueGraph(AlgorithmAccuracy accuracy) const
-> Graph;
};

0 comments on commit e2bae1b

Please sign in to comment.