Skip to content

Commit 44dc989

Browse files
Update crates/pgt_statement_splitter/src/splitter/common.rs
1 parent 926de5d commit 44dc989

File tree

1 file changed

+0
-1
lines changed
  • crates/pgt_statement_splitter/src/splitter

1 file changed

+0
-1
lines changed

crates/pgt_statement_splitter/src/splitter/common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pub struct SplitterException;
1515

1616
impl std::fmt::Display for SplitterException {
1717
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
18-
// todo
1918
write!(f, "SplitterException")
2019
}
2120
}

0 commit comments

Comments
 (0)