Skip to content

Commit 8fe5ec4

Browse files
committed
fix lint
1 parent d96f645 commit 8fe5ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rio-backend/src/performer/handler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ impl<U: Handler> copa::Perform for Performer<'_, U> {
666666
self.handler.set_current_directory(path.into());
667667
}
668668
}
669-
},
669+
}
670670

671671
// Hyperlink.
672672
b"8" if params.len() > 2 => {

0 commit comments

Comments
 (0)