Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyfhust committed May 8, 2024
1 parent 0f7db85 commit bed7364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/executor/show_placement.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ func (e *ShowExec) fetchAllDBPlacements(ctx context.Context, scheduleState map[i
e.appendRow([]interface{}{"DATABASE " + dbInfo.Name.String(), placement.String(), state.String()})
}
}

return nil
}

Expand Down

0 comments on commit bed7364

Please sign in to comment.