Skip to content

Commit f187306

Browse files
committed
fix: review
1 parent ca280ab commit f187306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pgt_completions/src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ impl<'a> CompletionContext<'a> {
191191
.insert(Some(WrappingClause::Select), new);
192192
}
193193
}
194+
_ => {}
194195
};
195196
}
196197
}

0 commit comments

Comments
 (0)