[ci] format

This commit is contained in:
matthewp 2023-07-11 18:24:09 +00:00 committed by astrobot-houston
parent 86e19c7cf8
commit 84e573a781

View file

@ -57,7 +57,7 @@ function createResponseClass() {
return new StreamingCompatibleResponse!(this.#body, {
status: this.status,
statusText: this.statusText,
headers: this.headers
headers: this.headers,
});
}
};