Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenghui Wang committed Oct 3, 2017
1 parent 2c050ee commit 0eb6191
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backend/repository/thrift_compile.go
Expand Up @@ -21,14 +21,12 @@
package repository

import (
"bytes"
"fmt"
"io/ioutil"
"path/filepath"
"strings"

"bytes"

"sort"
"strings"

"github.com/pkg/errors"
"go.uber.org/thriftrw/ast"
Expand Down

0 comments on commit 0eb6191

Please sign in to comment.