Skip to content

Commit d4a8843

Browse files
committed
refactor: delete trivial comment
1 parent 4b5b1f0 commit d4a8843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

refact-agent/engine/src/integrations/setting_up_integrations.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ pub async fn read_integrations_d(
159159
// Find integrations present in config_dir/integrations.d
160160
if let Ok(mut entries) = tokio::fs::read_dir(config_dir.join("integrations.d")).await {
161161
while let Ok(Some(entry)) = entries.next_entry().await {
162-
// Get filename without extension or ignore if extension is not yaml
163162
let file_name = if let Some(name) = entry.file_name().to_string_lossy().strip_suffix(".yaml") {
164163
name.to_string()
165164
} else {

0 commit comments

Comments
 (0)