Skip to content

Commit 6c26a1e

Browse files
ok
1 parent 3d40775 commit 6c26a1e

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

crates/pgt_statement_splitter/src/splitter/common.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ 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
1918
write!(f, "ReachedEOFException")
20-
=======
21-
write!(f, "SplitterException")
22-
>>>>>>> 44dc9893d66aeb13f31305902572a891aaf8b60c
2319
}
2420
}
2521

0 commit comments

Comments
 (0)