Skip to content

Commit

Permalink
fix usings
Browse files Browse the repository at this point in the history
  • Loading branch information
JCorrea13 authored and geoperez committed May 18, 2020
1 parent c838d36 commit c91f165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Swan.Lite/Formatters/Json.Serializer.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Swan.Reflection;
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text;
using Swan.Reflection;

namespace Swan.Formatters
{
Expand Down
1 change: 0 additions & 1 deletion src/Swan.Lite/Formatters/Json.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using Swan.Collections;
using Swan.Reflection;

namespace Swan.Formatters
{
Expand Down

0 comments on commit c91f165

Please sign in to comment.