Skip to content

Commit

Permalink
Attempt to resort imports...
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 4, 2021
1 parent 12be8dc commit 8907efe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cmd/fyne/internal/commands/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ package commands
import (
"flag"
"fmt"
"log"
"runtime"
"strconv"
"strings"

// import image encodings
_ "image/jpeg"
_ "image/png"
"log"
"os"
"path/filepath"
"runtime"
"strconv"
"strings"

"fyne.io/fyne/v2/cmd/fyne/internal/util"
"github.com/pkg/errors"
"github.com/urfave/cli/v2"

"fyne.io/fyne/v2/cmd/fyne/internal/util"
)

const (
Expand Down

0 comments on commit 8907efe

Please sign in to comment.