Skip to content

Commit 64acfc0

Browse files
github-actions[bot]JiuLing-zhang
authored andcommitted
Automated dotnet-format update
1 parent 5fdd1a1 commit 64acfc0

20 files changed

+20
-0
lines changed

src/ComputerLock/BreathingLightHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Windows.Media.Animation;
44

55
namespace ComputerLock;
6+
67
public static class BreathingLightHelper
78
{
89
public static void InitializeBreathingLight(UIElement element)

src/ComputerLock/Components/HotkeyInput.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace ComputerLock.Components;
2+
23
public partial class HotkeyInput
34
{
45
private string _lockHotkeyDisplay => HotkeyTools.StringKeyToDisplay(Hotkey) ?? "";

src/ComputerLock/Components/HotkeySetting.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using DialogResult = MudBlazor.DialogResult;
44

55
namespace ComputerLock.Components;
6+
67
public partial class HotkeySetting
78
{
89
[CascadingParameter]

src/ComputerLock/Components/ResetPassword.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using DialogResult = MudBlazor.DialogResult;
22

33
namespace ComputerLock.Components;
4+
45
public partial class ResetPassword
56
{
67
[CascadingParameter]

src/ComputerLock/Components/SetPassword.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using DialogResult = MudBlazor.DialogResult;
22

33
namespace ComputerLock.Components;
4+
45
public partial class SetPassword
56
{
67
[CascadingParameter]

src/ComputerLock/Components/Settings/UnlockSettings.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace ComputerLock.Components.Settings;
2+
23
public partial class UnlockSettings
34
{
45
[Inject]

src/ComputerLock/Components/TitleBar.razor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using JiuLing.TitleBarKit;
22

33
namespace ComputerLock.Components;
4+
45
public partial class TitleBar
56
{
67
[Parameter]

src/ComputerLock/Configuration/AppBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Reflection;
44

55
namespace ComputerLock.Configuration;
6+
67
internal class AppBase
78
{
89
/// <summary>

src/ComputerLock/Configuration/AppSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Text.Json.Serialization;
22

33
namespace ComputerLock.Configuration;
4+
45
public class AppSettings
56
{
67
[JsonIgnore]

src/ComputerLock/Configuration/AppSettingsProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.Text.Json;
33

44
namespace ComputerLock.Configuration;
5+
56
public class AppSettingsProvider(IStringLocalizer<Lang> lang)
67
{
78
public AppSettings LoadSettings()

0 commit comments

Comments
 (0)