git fmt run

This commit is contained in:
Oleksii Kliukin 2017-04-06 15:11:08 +02:00 committed by Murat Kabilov
parent 310c119dfa
commit b69b6b26e5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
package config package config
import ( import (
"encoding/json"
"fmt" "fmt"
"time" "time"
"encoding/json"
"github.com/kelseyhightower/envconfig" "github.com/kelseyhightower/envconfig"
) )
@ -58,4 +58,4 @@ func (c Config) MustMarshal() string {
} }
return string(b) return string(b)
} }