From a28449c1151358a073bce6f9c2b20d21ed36da73 Mon Sep 17 00:00:00 2001 From: Chris Griggs Date: Wed, 29 Jan 2020 08:20:41 -0800 Subject: [PATCH] fmt main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 60e27b64..22a778a6 100644 --- a/main.go +++ b/main.go @@ -1,9 +1,9 @@ package main import ( - "github.com/terraform-providers/terraform-provider-auth0/auth0" "github.com/hashicorp/terraform-plugin-sdk/plugin" "github.com/hashicorp/terraform-plugin-sdk/terraform" + "github.com/terraform-providers/terraform-provider-auth0/auth0" ) func main() {