Skip to content

Commit

Permalink
Reorganize namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Huang committed Jan 14, 2019
1 parent e139002 commit 127d302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Heuristic.Linq.Test/ObserverTest.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using Moq;
using System;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using Xunit;

namespace Heuristic.Linq.Test
{
using Algorithms;
using System.Diagnostics;

public class ObserverTest
{
Expand Down

0 comments on commit 127d302

Please sign in to comment.