Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Jan 23, 2024
1 parent 727009e commit d9b9a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ast/expr.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ func nodeExpr(node tree.Expr) (vitess.Expr, error) {
}
}

// translateConvertType translates the *vitess.ConvertType expression given to a new one, substituting type names as
// translateConvertType translates the *vitess.ConvertType expression given to a new one, substituting type names as
// appropriate. An error is returned if the type named cannot be supported.
func translateConvertType(convertType *vitess.ConvertType) (*vitess.ConvertType, error) {
switch strings.ToLower(convertType.Type) {
Expand Down

0 comments on commit d9b9a11

Please sign in to comment.