Skip to content

Commit 9433781

Browse files
arcadiogarciaRosuavio
authored andcommitted
Update Microsoft.Toolkit.Uwp.UI.Animations/Expressions/ExpressionNodes/ExpressionNode.cs
Co-authored-by: Rosario Pulella <Rosariopulella@gmail.com>
1 parent fd6c39e commit 9433781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Animations/Expressions/ExpressionNodes/ExpressionNode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ internal void EnsureReferenceInfo()
314314
}
315315
}
316316

317-
//Generates Excel-column-like identifiers, e.g. A, B, ..., Z, AA, AB...
317+
// Generates Excel-column-like identifiers, e.g. A, B, ..., Z, AA, AB...
318318
string UniqueParamNameFromIndex(int i)
319319
{
320320
var alphabetLength = 'Z' - 'A' + 1;
@@ -687,4 +687,4 @@ public ReferenceInfo(string paramName, CompositionObject compObj)
687687
/// <value>The subchannels.</value>
688688
protected internal string[] Subchannels { get; set; }
689689
}
690-
}
690+
}

0 commit comments

Comments
 (0)