mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
ReSharper conform to 'var' settings
This commit is contained in:
parent
a36658f6f0
commit
65bd052f3e
199 changed files with 1063 additions and 1063 deletions
|
|
@ -200,7 +200,7 @@ namespace Emby.Server.Implementations.Data
|
|||
/// </summary>
|
||||
/// <param name="user">The user.</param>
|
||||
/// <returns>Task.</returns>
|
||||
/// <exception cref="System.ArgumentNullException">user</exception>
|
||||
/// <exception cref="ArgumentNullException">user</exception>
|
||||
public void DeleteUser(User user)
|
||||
{
|
||||
if (user == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue