Skip to content

Commit

Permalink
fix: refine formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Sep 25, 2024
1 parent 054102a commit a66739e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/ten_manager/src/dev_server/graphs/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ mod tests {
use actix_web::{test, App};
use serde_json::Value;
use std::{env, fs};
use ten_rust::pkg_info::predefined_graphs;

#[actix_web::test]
async fn test_update_graph_success() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ pub fn get_pkg_info_for_extension<'a>(
})
.ok_or_else(|| {
anyhow::anyhow!(
"the addon '{}' used to instantiate extension '{}' is not found, check your addons in ten_packages/extension.",
"the addon '{}' used to instantiate extension '{}' is not found, \
check your addons in ten_packages/extension.",
extension.addon,
extension.name
)
Expand Down

0 comments on commit a66739e

Please sign in to comment.