add code suggestions

This commit is contained in:
dkanada
2020-04-20 14:27:46 +09:00
parent cb2523e2ef
commit e6ef680775
2 changed files with 1 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ namespace MediaBrowser.Common.Extensions
{
return new Guid(provider.ComputeHash(Encoding.Unicode.GetBytes(str)));
}
#pragma warning restore CA5351
}
}