Skip to content

Commit 55bf258

Browse files
forgot that one
1 parent d757cfc commit 55bf258

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/pgt_completions/src/relevance/filtering.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,8 @@ impl CompletionFilter<'_> {
115115
CompletionRelevanceData::Table(_) => match clause {
116116
WrappingClause::From | WrappingClause::Update => true,
117117

118-
<<<<<<< HEAD
119118
WrappingClause::RevokeStatement | WrappingClause::GrantStatement => ctx
120119
.matches_ancestor_history(&["grantable_on_table", "object_reference"]),
121-
=======
122-
WrappingClause::RevokeStatement => {
123-
ctx.matches_ancestor_history(&["revoke_on_table", "object_reference"])
124-
}
125-
>>>>>>> 01a1456068d4c3fa353cd57b000447fcb13da950
126120

127121
WrappingClause::Join { on_node: None } => true,
128122
WrappingClause::Join { on_node: Some(on) } => ctx

0 commit comments

Comments
 (0)