Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Dec 12, 2024
1 parent a05c4d0 commit 4fb8112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/servers/src/http/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ pub async fn pipeline_dryrun(
}
}
None => {
// This path is for back compatibility with the previous dry run code
// where the payload is just data (JSON or plain text) and the pipeline name
// is specified using query param.
// This path is for back compatibility with the previous dry run code
// where the payload is just data (JSON or plain text) and the pipeline name
// is specified using query param.
let pipeline_name = check_pipeline_name_exists(query_params.pipeline_name)?;

let version = to_pipeline_version(query_params.version).context(PipelineSnafu)?;
Expand Down

0 comments on commit 4fb8112

Please sign in to comment.