Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Jul 31, 2023
1 parent 5cc7bdf commit 0397d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/render/permissions.rs
Expand Up @@ -12,7 +12,7 @@ pub trait PermissionsPlusRender {

#[cfg(unix)]
impl PermissionsPlusRender for Option<f::PermissionsPlus> {
pub fn render<C: Colours+FiletypeColours>(&self, colours: &C) -> TextCell {
fn render<C: Colours+FiletypeColours>(&self, colours: &C) -> TextCell {
match self {
Some(p) => {
let mut chars = vec![ p.file_type.render(colours) ];
Expand Down

0 comments on commit 0397d5d

Please sign in to comment.