Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Automated dotnet-format update (#12846)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 14, 2020
1 parent 1ba7425 commit 8b53ab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ public void DatePickerLetters()
#endif

#endif
}
}
}
}
4 changes: 2 additions & 2 deletions Xamarin.Forms.Core.Windows.UITests/WinDriverApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public string ReadSelectorPicker(string marked, string flyoutPresenterName, stri
var pickerFlyout = _session.FindElementByAccessibilityId(flyoutPresenterName);
List<string> stringSelectors = new List<string>();

foreach(var selector in selectors)
foreach (var selector in selectors)
ReadSelector(selector, stringSelectors);

pickerFlyout.FindElementByAccessibilityId("AcceptButton").Click();
Expand Down Expand Up @@ -210,7 +210,7 @@ string RemoveExtraCharacters(string text)
public string ReadDatePicker(string marked)
{
return ReadSelectorPicker(
marked,
marked,
"DatePickerFlyoutPresenter",
",",
new[] {
Expand Down

0 comments on commit 8b53ab0

Please sign in to comment.