Skip to content

Commit 139833b

Browse files
Update src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs
Co-authored-by: Patrick Meinecke <[email protected]>
1 parent eac836b commit 139833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public override string ToString()
431431
/// <summary>
432432
/// A VariableDetails that only returns the raw view properties of the object, rather than its values.
433433
/// </summary>
434-
internal class VariableDetailsRawView : VariableDetails
434+
internal sealed class VariableDetailsRawView : VariableDetails
435435
{
436436
private const string RawViewName = "Raw View";
437437

0 commit comments

Comments
 (0)