diff options
author | 2023-05-04 14:25:03 +0000 | |
---|---|---|
committer | 2023-05-04 14:25:03 +0000 | |
commit | 14fd198ea51eb401c6e51970b69d85c17fc4fa7b (patch) | |
tree | 7799b229a9bda15b69dd701f0e10642f66f60259 /packages/integrations/react/context.js | |
parent | ca329bbcae7a6075af4f428f6f64466e9d152c8f (diff) | |
download | astro-14fd198ea51eb401c6e51970b69d85c17fc4fa7b.tar.gz astro-14fd198ea51eb401c6e51970b69d85c17fc4fa7b.tar.zst astro-14fd198ea51eb401c6e51970b69d85c17fc4fa7b.zip |
[ci] format
Diffstat (limited to 'packages/integrations/react/context.js')
-rw-r--r-- | packages/integrations/react/context.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/context.js b/packages/integrations/react/context.js index 5d9b1d7b1..2e3e37fd5 100644 --- a/packages/integrations/react/context.js +++ b/packages/integrations/react/context.js @@ -17,7 +17,7 @@ function getContext(rendererContextResult) { } export function incrementId(rendererContextResult) { - const ctx = getContext(rendererContextResult) + const ctx = getContext(rendererContextResult); const id = ctx.id; ctx.currentIndex++; return id; |