Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imtbkcat committed Apr 8, 2019
1 parent faec2e6 commit e9bad5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ast/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ func (n *SetDefaultRoleStmt) Restore(ctx *RestoreCtx) error {
case SetRoleAll:
ctx.WriteKeyWord(" ALL")
default:
ctx.WriteKeyWord("")
}
for i, role := range n.RoleList {
ctx.WritePlain(" ")
Expand Down

0 comments on commit e9bad5a

Please sign in to comment.