Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Siegel <[email protected]>
  • Loading branch information
nickrandolph and dansiegel authored Jan 4, 2024
1 parent 5f64659 commit 48f24b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Extensions.Navigation.UI/RouteResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected virtual RouteInfo[] InternalFindByViewModel(Type? viewModelType)
}

protected virtual RouteInfo[] InternalFindByView(Type? viewType)
=>FindRouteByType(viewType, map => map.RenderView);
=> FindRouteByType(viewType, map => map.RenderView);

public RouteInfo? FindByData(Type? dataType, INavigator? navigator)
{
Expand Down

0 comments on commit 48f24b5

Please sign in to comment.