Skip to content

Commit b665ee3

Browse files
committed
FMT
1 parent ee68514 commit b665ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7354,7 +7354,7 @@ impl Display for UtilityOption {
73547354
}
73557355
}
73567356

7357-
/// Represents the different options available for `SHOW`
7357+
/// Represents the different options available for `SHOW`
73587358
/// statements to filter the results. Example from Snowflake:
73597359
/// <https://docs.snowflake.com/en/sql-reference/sql/show-tables>
73607360
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]

0 commit comments

Comments
 (0)