Skip to content

Commit

Permalink
*: enable all gosimples
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Jun 28, 2022
1 parent 7f9cbe1 commit fbcee79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/ast/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ const (
func (n CompletionType) Restore(ctx *format.RestoreCtx) error {
switch n {
case CompletionTypeDefault:
return nil
case CompletionTypeChain:
ctx.WriteKeyWord(" AND CHAIN")
case CompletionTypeRelease:
Expand Down

0 comments on commit fbcee79

Please sign in to comment.