Skip to content

Commit 8cf3f05

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent 758a891 commit 8cf3f05

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/astro/src/core/server-islands/endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function createEndpoint(manifest: SSRManifest) {
138138
}
139139

140140
// Decrypt slots
141-
let decryptedSlots: Record<string, any> = {}
141+
let decryptedSlots: Record<string, any> = {};
142142

143143
const encryptedSlots = data.encryptedSlots;
144144

packages/astro/test/server-islands.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ describe('Server islands', () => {
164164
});
165165

166166
it('rejects invalid encrypted slots via POST', async () => {
167-
168167
const res = await fixture.fetch('/_server-islands/Island', {
169168
method: 'POST',
170169
body: JSON.stringify({

0 commit comments

Comments
 (0)