Skip to content

Commit 576e57f

Browse files
committed
fix(API-1893): fix snippet spacing
1 parent 0b9e29d commit 576e57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/how-to-retrieve-pim-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $appToken = 'your_app_token'; // Token provided during oAuth steps
6868

6969
$client = new \GuzzleHttp\Client([
7070
'base_uri' => $pimUrl,
71-
'headers' => ['Authorization' => 'Bearer ' . $appToken],
71+
'headers' => ['Authorization' => 'Bearer ' . $appToken],
7272
]);
7373
```
7474

0 commit comments

Comments
 (0)