Skip to content

Commit

Permalink
Reverts formatting changes that were unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bethany Seeger committed Apr 19, 2021
1 parent c9cf9b4 commit 78e515e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"encoding/json"
"errors"
"fmt"
. "github.com/logrusorgru/aurora/v3"
"github.com/stretchr/testify/assert"
"io"
"io/ioutil"
"log"
Expand All @@ -13,9 +15,6 @@ import (
"path/filepath"
"strings"
"testing"

. "github.com/logrusorgru/aurora/v3"
"github.com/stretchr/testify/assert"
)

const (
Expand Down

0 comments on commit 78e515e

Please sign in to comment.