Skip to content

Commit

Permalink
run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Dec 5, 2023
1 parent 39775e5 commit a2ec2bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ignite/internal/analytics/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ func checkDNT() (anonIdentity, error) {

prompt := promptui.Select{
Label: "Ignite uses anonymized metrics to enhance the application, " +
"focusing on features such as command usage. We do not collect " +
"identifiable personal information. Your privacy is important to us. " +
"For more details, please visit our Privacy Policy at https://ignite.com/privacy " +
"and our Terms of Use at https://ignite.com/terms-of-use. " +
"Do you consent to the collection of these usage metrics for analytics purposes?",
"focusing on features such as command usage. We do not collect " +
"identifiable personal information. Your privacy is important to us. " +
"For more details, please visit our Privacy Policy at https://ignite.com/privacy " +
"and our Terms of Use at https://ignite.com/terms-of-use. " +
"Do you consent to the collection of these usage metrics for analytics purposes?",
Items: []string{"Yes", "No"},
}
}
resultID, _, err := prompt.Run()
if err != nil {
return anonIdentity{}, err
Expand Down

0 comments on commit a2ec2bf

Please sign in to comment.