From c4ca756b1c2813c72bfd1452c8e35e5e9e624366 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 17:44:35 +0000 Subject: Changed namespace to just Aggregator --- Aggregator/Parser/Download.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Aggregator/Parser/Download.cs') diff --git a/Aggregator/Parser/Download.cs b/Aggregator/Parser/Download.cs index 1249771..158806f 100644 --- a/Aggregator/Parser/Download.cs +++ b/Aggregator/Parser/Download.cs @@ -1,7 +1,7 @@ using System.Net; using System.Threading.Tasks; -namespace Aggregator.Parser { +namespace Aggregator { public static class Download { /// /// Download source from a given site synchronously -- cgit v1.2.3-13-gbd6f