Skip to content

Commit

Permalink
Removed trailing whitespace.
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
koschke and github-actions[bot] authored Sep 14, 2023
1 parent 1706674 commit 39b36b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/Tools/ReflexionAnalysis/ReflexionGraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public override Edge AddEdge(Node from, Node to, string type)
/// Unsupported method. Do not call this on <see cref="ReflexionGraph"/> once it was
/// initialized, i.e., when <see cref="AnalysisInitialized"/> is true.
///
/// If <see cref="AnalysisInitialized"/> is false, this method is equivalent to
/// If <see cref="AnalysisInitialized"/> is false, this method is equivalent to
/// <see cref="Graph.AddSingleRoot(out Node, string, string)"/>.
/// </summary>
/// <exception cref="NotSupportedException">thrown in case the </exception>
Expand Down

0 comments on commit 39b36b3

Please sign in to comment.