Skip to content

Commit 3cb8d37

Browse files
committed
Fix
1 parent 7d5fb95 commit 3cb8d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Core/Portable/EditAndContinue/Contracts/EditAndContinue/ManagedHotReloadUpdate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal readonly struct ManagedHotReloadUpdate
4343

4444
[DataMember(Name = "exceptionRegions")]
4545
public ImmutableArray<ManagedExceptionRegionUpdate> ExceptionRegions { get; }
46-
46+
4747
public ManagedHotReloadUpdate(
4848
Guid module,
4949
string moduleName,

0 commit comments

Comments
 (0)