Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmyers committed May 12, 2019
1 parent 405a77d commit 3209841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_helper/config.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package aws_helper

import (
"github.com/joshmyers/dynolocker/errors"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/joshmyers/dynolocker/errors"
)

// Returns an AWS session object for the given region, ensuring that the credentials are available
Expand Down
2 changes: 1 addition & 1 deletion dynamodb/dynamo_lock_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"testing"
"time"

"github.com/joshmyers/dynolocker/errors"
"github.com/aws/aws-sdk-go/service/dynamodb"
"github.com/joshmyers/dynolocker/errors"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 3209841

Please sign in to comment.