From fd1f2b36e95c03625297b7b8cba3b1a04a0cc0ed Mon Sep 17 00:00:00 2001 From: mzuenni Date: Tue, 10 Jan 2023 11:40:09 +0100 Subject: change whitespaces --- graph/cycleCounting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph/cycleCounting.cpp') diff --git a/graph/cycleCounting.cpp b/graph/cycleCounting.cpp index 800f27e..b64b230 100644 --- a/graph/cycleCounting.cpp +++ b/graph/cycleCounting.cpp @@ -45,7 +45,7 @@ struct cylces { if (cur[i]) { cur[i] = false; if (findSet(edges[i].first) == - findSet(edges[i].second)) break; + findSet(edges[i].second)) break; unionSets(edges[i].first, edges[i].second); }} return cur.none(); -- cgit v1.2.3