Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 26, 2024
1 parent f0a5c6c commit 02f1368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ee/tabby-search/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub fn bytes2path(b: &[u8]) -> &Path {

#[cfg(test)]
mod tests {
use std::{path::PathBuf, process::Command};
use std::{process::Command};

use temp_testdir::TempDir;

Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/service/git_repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl GitRepositoryService for DbConn {
#[cfg(test)]
mod tests {
use tabby_db::DbConn;
use temp_testdir::TempDir;


use super::*;

Expand Down

0 comments on commit 02f1368

Please sign in to comment.