Skip to content

Commit a7bffe0

Browse files
committed
Fix format
1 parent 29f804f commit a7bffe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/executor/src/executors/timeout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fn vrl_value_to_duration(value: VrlValue) -> Option<Duration> {
7676
} else {
7777
Some(Duration::from_millis(i as u64))
7878
}
79-
},
79+
}
8080
VrlValue::Bytes(_) => warn_unsupported_conversion_option("Bytes"),
8181
VrlValue::Float(_) => warn_unsupported_conversion_option("Float"),
8282
VrlValue::Boolean(_) => warn_unsupported_conversion_option("Boolean"),

0 commit comments

Comments
 (0)