Skip to content

Commit f172ca5

Browse files
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 58b945d commit f172ca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/taurus-provider/src/providers/remote/nats_remote_runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ impl RemoteRuntime for NATSRemoteRuntime {
5050
Ok(r) => match r.node_result {
5151
Some(res) => Ok(res),
5252
None => {
53-
log::error!("RemoteRuntimeExeption: recieved execution result without an body");
53+
log::error!("RemoteRuntimeExeption: received execution result without a body");
5454
return Err(RuntimeError::new(
5555
"T-PROV-000003",
5656
"RemoteRuntimeExeption",
57-
"Recieved empty action execution response",
57+
"Received empty action execution response",
5858
));
5959
}
6060
},

0 commit comments

Comments
 (0)