Skip to content

Commit c4284cb

Browse files
committed
Format
1 parent 5fe5c45 commit c4284cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ pub use restate_sdk_macros::object;
352352
/// [Workflows](https://docs.restate.dev/concepts/services#workflows) are a sequence of steps that gets executed durably.
353353
///
354354
/// A workflow can be seen as a special type of [Virtual Object](https://docs.restate.dev/concepts/services#virtual-objects) with the following characteristics:
355-
///
355+
///
356356
/// - Each workflow definition has a **`run` handler** that implements the workflow logic.
357357
/// - The `run` handler **executes exactly one time** for each workflow instance (object / key).
358358
/// - The `run` handler executes a set of **durable steps/activities**. These can either be:

0 commit comments

Comments
 (0)