Skip to content

Commit 2846e1b

Browse files
committed
remove extra whitespace
Signed-off-by: Nick Van Wiggeren <[email protected]>
1 parent 7dcb4d1 commit 2846e1b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/compose/vttablet-up.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ rm -rf $VTDATAROOT/$tablet_dir/{mysql.sock,mysql.sock.lock}
9595

9696
# Create mysql instances
9797
# Do not create mysql instance for primary if connecting to external mysql database
98-
9998
#TODO: Remove underscore(_) flags in v25, replace them with dashed(-) notation
10099
if [[ $tablet_role != "externalprimary" ]]; then
101100
echo "Initing mysql for tablet: $uid role: $role external: $external.. "

go/test/endtoend/cluster/mysqlctl_process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type MysqlctlProcess struct {
5454
// InitDb executes mysqlctl command to add cell info
5555
func (mysqlctl *MysqlctlProcess) InitDb() (err error) {
5656
args := []string{"--log_dir", mysqlctl.LogDirectory,
57-
//TODO: Remove underscore(_) flags in v25, replace them with dashed(-) notation
57+
//todo: Remove underscore(_) flags in v25, replace them with dashed(-) notation
5858
"--tablet_uid", fmt.Sprintf("%d", mysqlctl.TabletUID),
5959
"--mysql_port", fmt.Sprintf("%d", mysqlctl.MySQLPort),
6060
"init",

0 commit comments

Comments
 (0)