зеркало из https://github.com/github/vitess-gh.git
Address style
This commit is contained in:
Родитель
453738707b
Коммит
93e6ba1b93
|
@ -64,7 +64,7 @@ type ShardConnError struct {
|
|||
}
|
||||
|
||||
func (e *ShardConnError) Error() string {
|
||||
if len(e.ShardIdentifier) == 0 {
|
||||
if e.ShardIdentifier == "" {
|
||||
return e.Err
|
||||
}
|
||||
return fmt.Sprintf("%v, shard, host: %s", e.Err, e.ShardIdentifier)
|
||||
|
|
Загрузка…
Ссылка в новой задаче