Skip to content

Commit 0695ee6

Browse files
committed
linter
1 parent 2645021 commit 0695ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/fs_pipe.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub async fn slurp(path: &Path) -> Result<Slurpee, Die> {
4444
}
4545
}
4646
}
47-
};
47+
}
4848

4949
Ok(slurm)
5050
}

‎src/udiff.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub fn udiff(
145145
if !ranges.contains(&range) {
146146
continue;
147147
}
148-
};
148+
}
149149

150150
ret.push(format!("{range}\n"));
151151

0 commit comments

Comments
 (0)