Skip to content

Commit 7cf69ad

Browse files
committed
Code style
1 parent d5c5af3 commit 7cf69ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPConfig/Models/IPv4Dns.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public partial class IPv4Dns : ObservableObject
3434
[Ignore]
3535
public bool IsRunning
3636
{
37-
get => _isRunning; private
38-
set => SetProperty(ref _isRunning, value);
37+
get => _isRunning;
38+
private set => SetProperty(ref _isRunning, value);
3939
}
4040

4141
[Ignore]

0 commit comments

Comments
 (0)