Skip to content

Commit

Permalink
e2etest: main sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajdab authored and altergui committed Apr 17, 2023
1 parent 475c99c commit e37b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/end2endtest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package main

import (
"fmt"
vapi "go.vocdoni.io/dvote/api"
"net/url"
"os"
"path/filepath"
"time"

"github.com/google/uuid"
flag "github.com/spf13/pflag"
vapi "go.vocdoni.io/dvote/api"
"go.vocdoni.io/dvote/apiclient"
"go.vocdoni.io/dvote/crypto/ethereum"
"go.vocdoni.io/dvote/internal"
Expand Down

0 comments on commit e37b2c7

Please sign in to comment.