Skip to content

Commit a26c01d

Browse files
author
Sean Sain
committed
run make fmt on PR #91 causing tests to fail
1 parent 52164c2 commit a26c01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sumologic/provider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package sumologic
22

33
import (
44
"fmt"
5-
"os"
65
"log"
6+
"os"
77

88
"github.com/go-errors/errors"
99
"github.com/hashicorp/terraform/helper/mutexkv"
@@ -77,7 +77,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
7777
}
7878

7979
if environment == "" && baseUrl == "" {
80-
environment="us2"
80+
environment = "us2"
8181
// baseUrl will be set accordingly in NewClient constructor
8282
log.Printf("[WARN] environment not set, setting to %s", environment)
8383
}

0 commit comments

Comments
 (0)