Skip to content

Commit 2fb5d6f

Browse files
committed
Add the missing using statement
1 parent b7c9c2a commit 2fb5d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ninject.Extensions.Interception.Test/MethodInterceptionContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace Ninject.Extensions.Interception
22
{
3+
using System;
34
using System.Linq;
45
using FluentAssertions;
56

0 commit comments

Comments
 (0)