Skip to content

Commit

Permalink
remove trailing breacket
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jan 19, 2024
1 parent 2cfd15d commit 167e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/go/snippets/method.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func SnippetFor{{#lambda.titlecase}}{{method}}{{/lambda.titlecase}}Of{{#lambda.p
{{{description}}}
*/

// Initialize the client{{#hasRegionalHost}} with your application region, eg. {{clientPrefix}}.YOUR_APP_ID_REGION{{/hasRegionalHost}}}
// Initialize the client{{#hasRegionalHost}} with your application region, eg. {{clientPrefix}}.YOUR_APP_ID_REGION{{/hasRegionalHost}}
client, err := {{clientPrefix}}.NewClient("YOUR_APP_ID", "YOUR_API_KEY"{{#hasRegionalHost}}, {{clientPrefix}}.{{#lambda.uppercase}}{{defaultRegion}}{{/lambda.uppercase}}{{/hasRegionalHost}})
if err != nil {
// The client can fail to initialize if you pass an invalid parameter.
Expand Down

0 comments on commit 167e0c5

Please sign in to comment.