1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 02:33:36 +00:00

Run dotnet format (#1738)

This commit is contained in:
Oscar Hinton
2022-04-26 17:21:17 +02:00
committed by GitHub
parent e0efcfbe45
commit 04539af2a6
222 changed files with 723 additions and 706 deletions

View File

@@ -1,7 +1,7 @@
using Bit.Core.Models.Domain;
using Bit.Core.Enums;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{

View File

@@ -1,8 +1,8 @@
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{

View File

@@ -1,5 +1,5 @@
using Bit.Core.Models.Domain;
using System;
using System;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{

View File

@@ -1,6 +1,6 @@
using Bit.Core.Models.Domain;
using System.Collections.Generic;
using Bit.Core.Enums;
using System.Collections.Generic;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using Bit.Core.Enums;
namespace Bit.Core.Models.View

View File

@@ -1,9 +1,9 @@
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
using Bit.Core.Utilities;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
using Bit.Core.Utilities;
namespace Bit.Core.Models.View
{

View File

@@ -1,8 +1,8 @@
using Bit.Core.Models.Domain;
using Bit.Core.Enums;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{

View File

@@ -1,5 +1,5 @@
using Bit.Core.Models.Domain;
using System;
using System;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{
@@ -11,7 +11,7 @@ namespace Bit.Core.Models.View
{
LastUsedDate = ph.LastUsedDate;
}
public string Password { get; set; }
public DateTime LastUsedDate { get; set; }
}

View File

@@ -1,6 +1,6 @@
using Bit.Core.Enums;
using System.Collections.Generic;
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
using System.Collections.Generic;
namespace Bit.Core.Models.View
{

View File

@@ -1,4 +1,4 @@
using System.Dynamic;
using System.Dynamic;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View

View File

@@ -1,4 +1,4 @@
using Bit.Core.Models.Domain;
using Bit.Core.Models.Domain;
namespace Bit.Core.Models.View
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Bit.Core.Enums;
using Bit.Core.Models.Domain;
using Bit.Core.Utilities;