@@ -85,7 +85,7 @@ |
||
85 | 85 | Request::delete($this->BuildUrl(""))->send(); |
86 | 86 | } |
87 | 87 | |
88 | - private function GetFileUrl(string $name) : string { |
|
88 | + private function GetFileUrl (string $name) : string { |
|
89 | 89 | return $this->BuildUrl("/files", [ |
90 | 90 | "filename" => $name |
91 | 91 | ]); |