浏览代码

Visual Studio Reformat: Emby.XmlTv

Erwin de Haan 6 年之前
父节点
当前提交
80691e53b0

+ 1 - 3
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvCredit.cs

@@ -1,6 +1,4 @@
-using System;
-
-namespace Emby.XmlTv.Entities
+namespace Emby.XmlTv.Entities
 {
 {
     public class XmlTvCredit
     public class XmlTvCredit
     {
     {

+ 1 - 2
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvEpisode.cs

@@ -1,5 +1,4 @@
-using System;
-using System.Text;
+using System.Text;
 
 
 namespace Emby.XmlTv.Entities
 namespace Emby.XmlTv.Entities
 {
 {

+ 1 - 2
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvIcon.cs

@@ -1,5 +1,4 @@
-using System;
-using System.Text;
+using System.Text;
 
 
 namespace Emby.XmlTv.Entities
 namespace Emby.XmlTv.Entities
 {
 {

+ 1 - 3
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvLanguage.cs

@@ -1,6 +1,4 @@
-using System;
-
-namespace Emby.XmlTv.Entities
+namespace Emby.XmlTv.Entities
 {
 {
     public class XmlTvLanguage
     public class XmlTvLanguage
     {
     {

+ 1 - 7
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvPremiere.cs

@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Emby.XmlTv.Entities
+namespace Emby.XmlTv.Entities
 {
 {
     public class XmlTvPremiere
     public class XmlTvPremiere
     {
     {

+ 1 - 2
Emby.XmlTv/Emby.XmlTv/Entities/XmlTvRating.cs

@@ -1,5 +1,4 @@
-using System;
-using System.Text;
+using System.Text;
 
 
 namespace Emby.XmlTv.Entities
 namespace Emby.XmlTv.Entities
 {
 {