Skip to content

Commit eeb1ff9

Browse files
Code style suggestion
Co-authored-by: Sergio Pedri <[email protected]>
1 parent 46d9d34 commit eeb1ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit/Collections/ObservableGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Microsoft.Toolkit.Collections
1919
[DebuggerDisplay("Key = {Key}, Count = {Count}")]
2020
public class ObservableGroup<TKey, TValue> : ObservableCollection<TValue>, IGrouping<TKey, TValue>, IReadOnlyObservableGroup
2121
{
22-
private TKey _key;
22+
private TKey key;
2323

2424
/// <summary>
2525
/// Initializes a new instance of the <see cref="ObservableGroup{TKey, TValue}"/> class.

0 commit comments

Comments
 (0)