Skip to content

Commit 112a96d

Browse files
Reformatted code
1 parent fa34d81 commit 112a96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ast/ddl.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,9 +3715,9 @@ impl Spanned for CreateExtension {
37153715

37163716
/// DROP EXTENSION statement
37173717
/// Note: this is a PostgreSQL-specific statement
3718-
///
3718+
///
37193719
/// # References
3720-
///
3720+
///
37213721
/// PostgreSQL Documentation:
37223722
/// <https://www.postgresql.org/docs/current/sql-dropextension.html>
37233723
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]

0 commit comments

Comments
 (0)