Skip to content

Commit

Permalink
Fix pre section
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 3, 2023
1 parent 8e6d7b2 commit 08f9b0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/mqtt/websocket_connect/README_custom_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ For this sample, using Websockets will attempt to fetch the AWS credentials to a

<details>
<summary> (code snipet to replace similar section)</summary>
<pre>
```CPP
Utils::cmdData cmdData = Utils::parseSampleInputCustomAuthorizerConnect(argc, argv, &apiHandle);

Expand All @@ -65,7 +64,6 @@ clientConfigBuilder.WithCustomAuthorizer(
(cmdData.input_customTokenKeyName),
(cmdData.input_customTokenValue));
```
</pre>
</details>
## How to run
Expand Down

0 comments on commit 08f9b0c

Please sign in to comment.