Refactor of Loxide Libs

Removed spaces, imports, and converters from code
This commit is contained in:
brotoskyj
2025-11-25 15:27:16 -05:00
parent a80c2ca1e1
commit 6327adeabf
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ pub fn pull_policy_exec_histories(
};
tracer.in_span("Airlock Data Retreival", |cx| {
let span = cx.span();
span.set_attribute(Key::new("Days").string(days.to_string().to_string()));
span.set_attribute(Key::new("Days").string(days.to_string()));
span.set_attribute(KeyValue::new("Policy Name", policy_names.clone()));
loop {
match f.seek(SeekFrom::Start(0)) {