From a864815b4c90cd8759d25510bfd6976a6b988139 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:36:12 +0000 Subject: [PATCH] ci: apply automated fixes --- examples/angular/basic-persister/src/app/app.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/angular/basic-persister/src/app/app.component.html b/examples/angular/basic-persister/src/app/app.component.html index 5e11cadf9b4..4c21f9e8792 100644 --- a/examples/angular/basic-persister/src/app/app.component.html +++ b/examples/angular/basic-persister/src/app/app.component.html @@ -1,7 +1,7 @@

- Try to mock offline behavior with the button in the devtools. You can - navigate around as long as there is already data in the cache. You'll get - a refetch as soon as you go "online" again. + Try to mock offline behavior with the button in the devtools. You can navigate + around as long as there is already data in the cache. You'll get a refetch as + soon as you go "online" again.

@if (postId() > -1) {