Skip to content

Commit e3f1da8

Browse files
committed
AUG REFACTOR
1 parent aa4f8bd commit e3f1da8

14 files changed

+2343
-4260
lines changed

src/Files.App.Controls/Storage/Data/BarShapes.cs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33

44
namespace Files.App.Controls
55
{
6-
/// <summary>
7-
/// Defines BarShape for <see cref="StorageBar"/>.
8-
/// </summary>
9-
public enum BarShapes
10-
{
11-
/// <summary>
12-
/// The BarShape for Round StorageBars. Default state.
13-
/// </summary>
14-
Round,
6+
/// <summary>
7+
/// Defines BarShape for <see cref="StorageBar"/>.
8+
/// </summary>
9+
public enum BarShapes
10+
{
11+
/// <summary>
12+
/// The BarShape for Round StorageBars. Default state.
13+
/// </summary>
14+
Round,
1515

16-
/// <summary>
17-
/// The BarShape for Soft StorageBars.
18-
/// </summary>
19-
Soft,
16+
/// <summary>
17+
/// The BarShape for Soft StorageBars.
18+
/// </summary>
19+
Soft,
2020

21-
/// <summary>
22-
/// The BarShape for Flat StorageBars.
23-
/// </summary>
24-
Flat,
25-
}
21+
/// <summary>
22+
/// The BarShape for Flat StorageBars.
23+
/// </summary>
24+
Flat,
25+
}
2626
}

src/Files.App.Controls/Storage/Data/ThicknessCheck.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public enum ThicknessCheck
2424
/// </summary>
2525
Equal,
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)