Skip to content

Commit 4487206

Browse files
committed
csharpier
1 parent ce0ecb0 commit 4487206

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"csharpier": {
6-
"version": "0.29.1",
6+
"version": "0.29.2",
77
"commands": [
88
"dotnet-csharpier"
99
]

YMouseButtonControl.Core/ViewModels/Models/BaseButtonMappingVm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public bool HasSettingsPopped
4848
get => _hasSettingsPopped;
4949
set => this.RaiseAndSetIfChanged(ref _hasSettingsPopped, value);
5050
}
51-
51+
5252
public bool Enabled
5353
{
5454
get => _enabled;

0 commit comments

Comments
 (0)