Skip to content

Commit

Permalink
Nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwengier committed Apr 14, 2021
1 parent b7b107c commit 393b4d7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// See the LICENSE file in the project root for more information.

using System;
using System.Net.Http.Headers;

namespace Microsoft.CodeAnalysis.EditAndContinue
{
Expand All @@ -25,7 +24,7 @@ private ManagedEditAndContinueCapabilities(params ManagedEditAndContinueCapabili
}
}

internal ManagedEditAndContinueCapabilities(string capabilities)
internal ManagedEditAndContinueCapabilities(string? capabilities)
{
_capabilities = new bool[(int)ManagedEditAndContinueCapability.Count];

Expand Down

0 comments on commit 393b4d7

Please sign in to comment.