We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926de5d commit 44dc989Copy full SHA for 44dc989
crates/pgt_statement_splitter/src/splitter/common.rs
@@ -15,7 +15,6 @@ pub struct SplitterException;
15
16
impl std::fmt::Display for SplitterException {
17
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
18
- // todo
19
write!(f, "SplitterException")
20
}
21
0 commit comments