Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imtbkcat committed Apr 9, 2019
1 parent 03c66e4 commit 43d430a
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 43d430a

Please sign in to comment.