Skip to content

Commit efaa207

Browse files
committed
fixed namespaces
1 parent 1193aab commit efaa207

File tree

1 file changed

+2
-1
lines changed
  • test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter

1 file changed

+2
-1
lines changed

test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using System;
1010
using System.Collections.Generic;
1111
using System.ComponentModel;
12+
using System.Diagnostics;
1213
using System.Dynamic;
1314
using System.Linq;
1415
using System.Net.Http;
@@ -33,8 +34,8 @@
3334
#else
3435
using System;
3536
using System.Collections.Generic;
36-
using System.Diagnostics;
3737
using System.ComponentModel;
38+
using System.Diagnostics;
3839
using System.Dynamic;
3940
using System.Linq;
4041
using System.Net.Http;

0 commit comments

Comments
 (0)