Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jan 27, 2025
1 parent 87b2e1b commit 254474f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func main() {
Data: []byte{0x01, 0x02, 0x03},
}
// Pass the API key to the signer client
// Pass the API key to the signer client
ctx = metadata.AppendToOutgoingContext(ctx, "authorization", SIGNER_API_KEY)
resp, err := c.SignGeneric(ctx, req)
if err != nil {
Expand Down

0 comments on commit 254474f

Please sign in to comment.