mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Fomatting fix
This commit is contained in:
parent
cf54b78af7
commit
145b40f28d
@ -25,7 +25,7 @@ export class HomeServerRequest {
|
||||
private _sourceRequest?: RequestResult;
|
||||
private readonly _promise: Promise<Request>;
|
||||
|
||||
constructor(method:string, url:string, sourceRequest:RequestResult, log?: LogItem) {
|
||||
constructor(method: string, url: string, sourceRequest: RequestResult, log?: LogItem) {
|
||||
this._log = log;
|
||||
this._sourceRequest = sourceRequest;
|
||||
this._promise = sourceRequest.response().then(response => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user