Skip to content

Commit 2f838fb

Browse files
committed
Fix StyleCop SA1513: Add blank line after closing brace
1 parent 92a3945 commit 2f838fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Algorithms/Graph/TarjanStronglyConnectedComponents.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ private void Dfs(int at)
179179
break;
180180
}
181181
}
182+
182183
sccs.Add(scc);
183184
}
184185
}

0 commit comments

Comments
 (0)