Index: src/Plugins/Wti/Wti.Controller/Properties/AssemblyInfo.cs =================================================================== diff -u -r873513e4b48ff101450b45fb81eba2332f2b24c8 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Plugins/Wti/Wti.Controller/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 873513e4b48ff101450b45fb81eba2332f2b24c8) +++ src/Plugins/Wti/Wti.Controller/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -1,10 +1,8 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; -[assembly: AssemblyTitle("Wti.Controller")] -[assembly: AssemblyProduct("Wti.Controller")] - -[assembly: Guid("3ad44406-356a-4ad1-b911-510da20d5430")] - -[assembly: InternalsVisibleTo("Wti.Controller.Test")] +[assembly: AssemblyTitle("Wti.Controller")] +[assembly: AssemblyProduct("Wti.Controller")] +[assembly: Guid("3ad44406-356a-4ad1-b911-510da20d5430")] +[assembly: InternalsVisibleTo("Wti.Controller.Test")] \ No newline at end of file