Skip to content

Commit 3d40775

Browse files
merge
2 parents fbeedb8 + 44dc989 commit 3d40775

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

crates/pgt_statement_splitter/src/splitter/common.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ pub struct ReachedEOFException;
1515

1616
impl std::fmt::Display for ReachedEOFException {
1717
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
18+
<<<<<<< HEAD
1819
write!(f, "ReachedEOFException")
20+
=======
21+
write!(f, "SplitterException")
22+
>>>>>>> 44dc9893d66aeb13f31305902572a891aaf8b60c
1923
}
2024
}
2125

0 commit comments

Comments
 (0)