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 3d40775 commit 6c26a1eCopy full SHA for 6c26a1e
crates/pgt_statement_splitter/src/splitter/common.rs
@@ -15,11 +15,7 @@ pub struct ReachedEOFException;
15
16
impl std::fmt::Display for ReachedEOFException {
17
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
18
-<<<<<<< HEAD
19
write!(f, "ReachedEOFException")
20
-=======
21
- write!(f, "SplitterException")
22
->>>>>>> 44dc9893d66aeb13f31305902572a891aaf8b60c
23
}
24
25
0 commit comments