Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrondier committed Jan 9, 2025
1 parent 136b25c commit 6b4bec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/dbaas_show_mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func formatDatabaseServiceMysqlTable(t *table.Table, o *dbServiceMysqlShowOutput
}(),
"\n")
}
return ""
return "n/a"
}()})
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/dbaas_show_pg.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func formatDatabaseServicePGTable(t *table.Table, o *dbServicePGShowOutput) {
}(),
"\n")
}
return ""
return "n/a"
}()})

}
Expand Down

0 comments on commit 6b4bec5

Please sign in to comment.