Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5fa68ef

Browse files
committed
Remove stray comma
1 parent cd5da69 commit 5fa68ef

File tree

1 file changed

+1
-1
lines changed
  • src/mscorlib/src/System

1 file changed

+1
-1
lines changed

src/mscorlib/src/System/GC.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ private enum StartNoGCRegionStatus
422422
Succeeded = 0,
423423
NotEnoughMemory = 1,
424424
AmountTooLarge = 2,
425-
AlreadyInProgress = 3,
425+
AlreadyInProgress = 3
426426
}
427427

428428
private enum EndNoGCRegionStatus

0 commit comments

Comments
 (0)