Browse Source

Format AssemblyInfo

ghorsington 3 years ago
parent
commit
8e3902317d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BepInEx.Shared/AssemblyInfo.cs

+ 1 - 1
BepInEx.Shared/AssemblyInfo.cs

@@ -2,7 +2,7 @@
 // ReSharper disable once RedundantUsingDirective
 using BepInEx.Shared;
 
-[assembly:AssemblyCopyright("Copyright © 2020 BepInEx Team")]
+[assembly: AssemblyCopyright("Copyright © 2020 BepInEx Team")]
 [assembly: AssemblyVersion(VersionInfo.VERSION)]
 [assembly: AssemblyFileVersion(VersionInfo.VERSION)]
 [assembly: AssemblyInformationalVersion(VersionInfo.VERSION)]