Skip to content

Commit

Permalink
add period to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
broswen committed Aug 14, 2023
1 parent 5292eba commit ee8cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_analytics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var siteToken = "75300e6c2c5648d983fcef2a6c03d14e"
var rulesetID = "2e8804e9-674f-4652-94a4-1c664d0d6764"
var ruleID = "3caf59c9-eda3-4f99-a4a3-ee5fc2358a78"

// var snippetFormat = `\u003c!-- Cloudflare Web Analytics --\u003e\u003cscript defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{\"token\": \"%s\"}'\u003e\u003c/script\u003e\u003c!-- End Cloudflare Web Analytics --\u003e`
// var snippetFormat = `\u003c!-- Cloudflare Web Analytics --\u003e\u003cscript defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{\"token\": \"%s\"}'\u003e\u003c/script\u003e\u003c!-- End Cloudflare Web Analytics --\u003e`.
var snippetFormat = `%s`
var createdTimestamp = time.Now().UTC()
var siteJSON = fmt.Sprintf(`
Expand Down

0 comments on commit ee8cb4b

Please sign in to comment.