[#1431] engine: Delete always false condition
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
3012286452
commit
d53732f663
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ func (s EvacuateScope) String() string {
|
|||
var sb strings.Builder
|
||||
first := true
|
||||
if s&EvacuateScopeObjects == EvacuateScopeObjects {
|
||||
if !first {
|
||||
sb.WriteString(";")
|
||||
}
|
||||
sb.WriteString("objects")
|
||||
first = false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue