Refactor of Loxide Libs
Removed spaces, imports, and converters from code
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user