Skip to content

Commit 090e491

Browse files
author
Devdutt Shenoi
committed
ci: deepsource
1 parent 199c4d4 commit 090e491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/format/known_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ impl EventProcessor {
184184
) -> Result<HashSet<String>, Unacceptable> {
185185
let Some(schema) = self.schema_definitions.get(log_source) else {
186186
warn!("Unknown log format: {log_source}");
187-
return Ok(Default::default());
187+
return Ok(HashSet::new());
188188
};
189189

190190
let mut fields = HashSet::new();

0 commit comments

Comments
 (0)