Removed double namespace in Format.cs

This commit is contained in:
RogueException
2016-06-19 18:53:40 -03:00
parent ffad33153c
commit f7b4bbf410

View File

@@ -1,6 +1,4 @@
namespace Discord
{
namespace Discord
{
public static class Format
{
@@ -23,5 +21,3 @@
}
}
}
}