mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
86e19c7cf8
commit
84e573a781
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function createResponseClass() {
|
||||||
return new StreamingCompatibleResponse!(this.#body, {
|
return new StreamingCompatibleResponse!(this.#body, {
|
||||||
status: this.status,
|
status: this.status,
|
||||||
statusText: this.statusText,
|
statusText: this.statusText,
|
||||||
headers: this.headers
|
headers: this.headers,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue