mirror of https://github.com/helix-editor/helix
style: remove accidentally added newlines
parent
9bf3262152
commit
94305a5a82
|
@ -189,7 +189,6 @@ impl EditorView {
|
||||||
primary_cursor,
|
primary_cursor,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
let config = doc.config.load();
|
let config = doc.config.load();
|
||||||
|
|
||||||
if config.enable_diagnostics {
|
if config.enable_diagnostics {
|
||||||
|
|
|
@ -104,7 +104,6 @@ impl DiagnosticsHandler {
|
||||||
self.active_generation
|
self.active_generation
|
||||||
.store(self.generation.get(), atomic::Ordering::Relaxed);
|
.store(self.generation.get(), atomic::Ordering::Relaxed);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn show_cursorline_diagnostics(&self, doc: &Document, view: ViewId) -> bool {
|
pub fn show_cursorline_diagnostics(&self, doc: &Document, view: ViewId) -> bool {
|
||||||
if !self.active || !doc.config.load().enable_diagnostics {
|
if !self.active || !doc.config.load().enable_diagnostics {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue