Skip to content

Commit 243bece

Browse files
Formatted None variant
1 parent 0e88651 commit 243bece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ impl fmt::Display for AlterTypeOperation {
10031003
pub struct AlterOperator {
10041004
/// Operator name (can be schema-qualified)
10051005
pub name: ObjectName,
1006-
/// Left operand type (`NONE` if no left operand)
1006+
/// Left operand type (`None` if no left operand)
10071007
pub left_type: Option<DataType>,
10081008
/// Right operand type
10091009
pub right_type: DataType,

0 commit comments

Comments
 (0)