Skip to content

Commit

Permalink
Fixed an omitted parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
britannic committed Jan 15, 2018
1 parent 5c27483 commit 131825c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main_test.go
Expand Up @@ -3,15 +3,11 @@ package main
import (
"bytes"
"fmt"
"io"
"os"
"path"
"runtime"
"strings"
"testing"

"github.com/britannic/blacklist/internal/edgeos"
"github.com/britannic/blacklist/internal/tdata"
"github.com/britannic/mflag"
. "github.com/britannic/testutils"
. "github.com/smartystreets/goconvey/convey"
Expand Down Expand Up @@ -608,3 +604,4 @@ var (
"yimg.com":0,
"ytimg.com":0,
`
)

0 comments on commit 131825c

Please sign in to comment.