Skip to content

Commit b33d800

Browse files
committed
fix conflict
Signed-off-by: Smith Cruise <chendingchao1@126.com>
1 parent de5df47 commit b33d800

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ast/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5757,6 +5757,9 @@ impl fmt::Display for Statement {
57575757
f,
57585758
"SHOW {full}PROCESSLIST",
57595759
full = if *full { "FULL " } else { "" },
5760+
)?;
5761+
Ok(())
5762+
}
57605763
Statement::ShowSchemas {
57615764
terse,
57625765
history,

0 commit comments

Comments
 (0)