Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Jun 3, 2020
1 parent 5c756f7 commit f67497a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ func dataSourceArmBlueprintDefinition() *schema.Resource {
ValidateFunc: validation.Any(
azure.ValidateResourceID,
mgValidate.ManagementGroupID,
),
),
},

// Computed
Expand Down Expand Up @@ -118,4 +118,3 @@ func dataSourceArmBlueprintDefinitionRead(d *schema.ResourceData, meta interface

return nil
}

0 comments on commit f67497a

Please sign in to comment.