Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Aug 12, 2017
1 parent 7ff16d6 commit a35cfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import (
"bytes"
"encoding/base64"
"errors"
"fmt"
log "github.com/Sirupsen/logrus"
"io/ioutil"
"os"
"os/exec"
"strings"
"unicode"
"fmt"
)

type EditOpt struct {
Expand Down

0 comments on commit a35cfab

Please sign in to comment.