Browse Source

Removed unused brackets

Joachim M. Giæver 6 years ago
parent
commit
9a317e2c2f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/API/Client.php

+ 1 - 3
src/API/Client.php

@@ -15,9 +15,7 @@ namespace Gogs\API {
      */
 
     final class Client {
-        use \Gogs\Lib\Curl\Client {
-
-        }
+        use \Gogs\Lib\Curl\Client;
 
         /** 
          * @param string $api_url The base URL for the Gogs API (e.g https://git.domain.tld/api/v1)