Skip to content

Commit 84ef901

Browse files
Automated dotnet-format update
1 parent 2c0875e commit 84ef901

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
MIT License
22

3-
Copyright © HandyOrg 2018-2026
3+
Copyright HandyOrg 2018-2026
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Avalonia/HandyControlDemo_Avalonia/UserControl/Controls/PinBoxDemo.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Avalonia.Interactivity;
2-
using HandyControl.Controls;
31
using System;
42
using System.Reflection;
3+
using Avalonia.Interactivity;
4+
using HandyControl.Controls;
55

66
namespace HandyControlDemo.UserControl;
77

src/Avalonia/HandyControl_Avalonia/Controls/ProgressBar/WaveProgressBar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
using System;
12
using Avalonia;
23
using Avalonia.Controls;
34
using Avalonia.Controls.Metadata;
45
using Avalonia.Controls.Primitives;
56
using Avalonia.Media;
6-
using System;
77

88
namespace HandyControl.Controls;
99

0 commit comments

Comments
 (0)