Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiantia committed Feb 19, 2025
1 parent 5191f86 commit 47370ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/actions/visitors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ impl RowVisitor for SidecarVisitor {
))
);
for i in 0..row_count {
// Since path column is required, use it to detect presence of an Sidecar action
// Since path column is required, use it to detect presence of a Sidecar action
if let Some(path) = getters[0].get_opt(i, "sidecar.path")? {
self.sidecars.push(Self::visit_sidecar(i, path, getters)?);
}
Expand Down

0 comments on commit 47370ce

Please sign in to comment.