Skip to content

Commit

Permalink
rm blank line
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Mar 6, 2025
1 parent c861fa2 commit 09a1cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vtorc/logic/tablet_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ func refreshTabletsUsing(ctx context.Context, loader func(tabletAlias string), f
query := "select alias from vitess_tablet where cell = ?"
args := sqlutils.Args(cell)
refreshTablets(matchedTablets, query, args, loader, forceRefresh, nil)

newTabletsWatchedByCell[cell] = int64(len(matchedTablets))
}
tabletsWatchedByCell = newTabletsWatchedByCell
Expand Down

0 comments on commit 09a1cec

Please sign in to comment.