chore: fmt
This commit is contained in:
parent
ccb9b5d278
commit
ccb3f6748c
1 changed files with 1 additions and 2 deletions
|
@ -1346,8 +1346,7 @@ impl MultiBuffer {
|
|||
.map(|state| state.buffer.clone())
|
||||
}
|
||||
|
||||
pub fn is_completion_trigger(&self, position: Anchor, text: &str, cx: &AppContext) -> bool
|
||||
{
|
||||
pub fn is_completion_trigger(&self, position: Anchor, text: &str, cx: &AppContext) -> bool {
|
||||
let mut chars = text.chars();
|
||||
let char = if let Some(char) = chars.next() {
|
||||
char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue