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

Commit

Permalink
fix review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni committed Feb 4, 2018
1 parent 33becfe commit 11c28a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vm/callhelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ class MethodDescCallSite
CONTRACTL
{
THROWS;
GC_TRIGGERS;
MODE_COOPERATIVE;
GC_TRIGGERS;
MODE_COOPERATIVE;
}
CONTRACTL_END;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//

using System;
using System.Reflection;
using System.Collections;
Expand Down

0 comments on commit 11c28a8

Please sign in to comment.