more cosmetics

This commit is contained in:
UbitUmarov
2023-01-25 17:35:25 +00:00
parent eea5d14ec6
commit 6e1a196974
5 changed files with 315 additions and 385 deletions

View File

@@ -42,9 +42,7 @@ namespace OpenSim.Services.ProfilesService
{
public class UserProfilesService: UserProfilesServiceBase, IUserProfilesService
{
static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
IUserAccountService userAccounts;