Skip to content

Commit 1f6ff17

Browse files
DevTKSSCopilot
andauthored
chore: add missing space
Co-authored-by: Copilot <[email protected]>
1 parent 6d39457 commit 1f6ff17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DevTKSS.Uno.XamlNavigationApp-1/Presentation/DashboardModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public DashboardModel()
1717

1818
public IState<string> DashboardTitle => State<string>.Value(this, () => "Hallo vom Dashboard");
1919

20-
public IListState<string> DashboardList => ListState.Async(this,GetMembers)
20+
public IListState<string> DashboardList => ListState.Async(this, GetMembers)
2121
.Selection(SelectedMember);
2222

2323
public IState<string> SelectedMember => State<string>.Empty(this);

0 commit comments

Comments
 (0)