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.
2 parents fbeedb8 + 44dc989 commit 3d40775Copy full SHA for 3d40775
crates/pgt_statement_splitter/src/splitter/common.rs
@@ -15,7 +15,11 @@ 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