Skip to content

Commit

Permalink
cleanup, fix inconsistent namespace casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Sep 7, 2016
1 parent 827aeea commit b889f84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/TinyPNG/AmazonS3Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace TinyPng
{
public class AmazonS3Configuration
Expand Down
7 changes: 2 additions & 5 deletions src/TinyPNG/Extensions.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.IO;
using System.Threading.Tasks;
using TinyPng.Responses;

namespace TinyPNG
namespace TinyPng
{
public static class Extensions
{
Expand Down
3 changes: 1 addition & 2 deletions src/TinyPNG/Responses/ApiErrorResponse.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

namespace TinyPng.Responses
namespace TinyPng.Responses
{
public class ApiErrorResponse
{
Expand Down
1 change: 0 additions & 1 deletion src/TinyPNG/Responses/TinyPngCompressResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using System;

namespace TinyPng.Responses
{
Expand Down
1 change: 0 additions & 1 deletion tests/TinyPng.Tests/TinyPngTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Threading.Tasks;
using TinyPNG;
using Xunit;

namespace TinyPng.Tests
Expand Down

0 comments on commit b889f84

Please sign in to comment.