Skip to content

Commit

Permalink
reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
nina9753 committed Dec 11, 2024
1 parent baec2d0 commit 1f8d8f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions trace-utils/src/test_utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ pub fn create_test_gcp_span(
meta_struct: HashMap::new(),
span_links: vec![],
};
span.meta
.insert("_dd.mini_agent_version".to_string(), "dummy_version".to_string());
span.meta.insert(
"_dd.mini_agent_version".to_string(),
"dummy_version".to_string(),
);
span.meta.insert(
"gcrfx.project_id".to_string(),
"dummy_project_id".to_string(),
Expand Down

0 comments on commit 1f8d8f9

Please sign in to comment.