diff --git a/src/Api/WebClient.php b/src/Api/WebClient.php index a6c758d..e16f512 100644 --- a/src/Api/WebClient.php +++ b/src/Api/WebClient.php @@ -43,8 +43,7 @@ public function __construct( Client $client, string $labelType, string $parcelTemplate - ) - { + ) { $this->apiClient = $client; $this->labelType = $labelType; $this->parcelTemplate = $parcelTemplate;