Skip to content

Commit

Permalink
Lint empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry committed Nov 19, 2019
1 parent 581fcb1 commit 7c8b705
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion azurerm/resource_arm_iothub_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func resourceArmIotHubRouteCreateUpdate(d *schema.ResourceData, meta interface{}
}
routes = append(routes, route)
alreadyExists = true

} else {
routes = append(routes, existingRoute)
}
Expand Down
1 change: 0 additions & 1 deletion azurerm/resource_arm_iothub_route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func testCheckAzureRMIotHubRouteExists(resourceName string) resource.TestCheckFu
}

return fmt.Errorf("Bad: No route %s defined for IotHub %s", routeName, iothubName)

}
}

Expand Down

0 comments on commit 7c8b705

Please sign in to comment.