Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Manan-Bhatia-0 committed Jul 1, 2024
1 parent f5b908a commit 302cf3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cmd/generate_azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ func promptAzureEntraIdActivityLogQuestions(config *azure.GenerateAzureTfConfigu

if err := SurveyMultipleQuestionWithValidation([]SurveyQuestionWithValidationArgs{
{
Prompt: &survey.Input{Message: QuestionEventHubPartitionCount, Default: strconv.Itoa(config.EventHubPartitionCount)},
Prompt: &survey.Input{Message: QuestionEventHubPartitionCount,
Default: strconv.Itoa(config.EventHubPartitionCount)},
Response: &config.EventHubPartitionCount,
},
}); err != nil {
Expand Down

0 comments on commit 302cf3d

Please sign in to comment.