Skip to content

Commit 8aabb16

Browse files
committed
Fix format
1 parent 1d02811 commit 8aabb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4316,7 +4316,7 @@ pub enum Statement {
43164316
/// ```sql
43174317
/// {COPY | REVOKE} CURRENT GRANTS
43184318
/// ```
4319-
///
4319+
///
43204320
/// - [Snowflake](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters)
43214321
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
43224322
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]

0 commit comments

Comments
 (0)