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 09ed5ba commit c010f75
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 c010f75

Please sign in to comment.