Skip to content

Commit 5fe2b08

Browse files
fmt
1 parent 243b298 commit 5fe2b08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/pipelines/web/web_pipeline.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ impl WebPipeline {
141141
let mut watcher =
142142
RecommendedWatcher::new(move |res: notify::Result<event::Event>| match res {
143143
Ok(event) => {
144-
if let event::EventKind::Modify(event::ModifyKind::Data(_)) =
145-
&event.kind
146-
{
144+
if let event::EventKind::Modify(event::ModifyKind::Data(_)) = &event.kind {
147145
tx.send(()).unwrap();
148146
}
149147
}

0 commit comments

Comments
 (0)