Enforce style lints which do not have violations (#36580)
Release Notes: - N/A
This commit is contained in:
parent
4ee565cd39
commit
6ed29fbc34
20 changed files with 146 additions and 89 deletions
|
@ -190,7 +190,7 @@ impl ActionLog {
|
|||
cx: &mut Context<Self>,
|
||||
) {
|
||||
match event {
|
||||
BufferEvent::Edited { .. } => self.handle_buffer_edited(buffer, cx),
|
||||
BufferEvent::Edited => self.handle_buffer_edited(buffer, cx),
|
||||
BufferEvent::FileHandleChanged => {
|
||||
self.handle_buffer_file_changed(buffer, cx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue