Drop use of discard symbol
This commit is contained in:
parent
724e95bc57
commit
a872555f93
|
@ -54,7 +54,7 @@ namespace DT3 {
|
||||||
{
|
{
|
||||||
url = value;
|
url = value;
|
||||||
NotifyPropertyChanged();
|
NotifyPropertyChanged();
|
||||||
_ = urlTester.GetUrlAsync(Url);
|
var _ = urlTester.GetUrlAsync(Url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue