Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: d4v1d03 <[email protected]>
  • Loading branch information
d4v1d03 committed Feb 21, 2024
1 parent 93a05fc commit 719e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/vet/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ mod test_validater {
}

/// Deal with windows filepath
fn deal_windows_filepath<F>(filepath: String, _transform: F) -> String
fn deal_windows_filepath<F>(filepath: String, transform: F) -> String
where
F: FnOnce(String) -> String,
{
Expand Down

0 comments on commit 719e300

Please sign in to comment.