Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Aug 26, 2019
1 parent 94ba340 commit f46424a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Movere/Common/MaybeNullWhenFalseAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
namespace System.Runtime.CompilerServices
#if NETSTANDARD2_0

namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
internal sealed class MaybeNullWhenFalseAttribute : Attribute
{
}
}

#endif

0 comments on commit f46424a

Please sign in to comment.