Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 16, 2023
1 parent fbaa567 commit 1f00e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/hub/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use tabby_common::api::{
use tokio_tungstenite::connect_async;

use super::websocket::WebSocketTransport;
pub use crate::schema::worker::{WorkerKind};
pub use crate::schema::worker::WorkerKind;

#[tarpc::service]
pub trait Hub {
Expand Down

0 comments on commit 1f00e4a

Please sign in to comment.