1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-23 08:13:01 +00:00

fixed Marr's annoying namespace so resharper can shutup about it.

This commit is contained in:
Keivan Beigi 2013-07-08 17:49:53 -07:00
parent e1488229fe
commit 424b6cdcf6

View file

@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public
using System;
using System.Reflection;
namespace Marr.Data
namespace Marr.Data.Reflection
{
public class ReflectionHelper
{