Skip to content

Commit 5651be0

Browse files
authored
Update entities.ex.ts (#527)
lint code (remove space)
1 parent a7302b0 commit 5651be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/examples/entities.ex.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ todosStore.pipe(selectAllEntities()).subscribe((todos) => {
1818

1919
todosStore.update(
2020
setEntities([
21-
{ id: 1, label: 'one ' },
21+
{ id: 1, label: 'one' },
2222
{ id: 2, label: 'two' },
2323
])
2424
);

0 commit comments

Comments
 (0)