Skip to content

Commit

Permalink
fix some small codacy issues in markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Dec 4, 2024
1 parent 525ac72 commit 7c854a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/MQTTConfigDistribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Afterwards they signal ready to the manager.
The manager sends out the global ready signal
once it has received all Module ready signals.


The following sequence diagram illustrates this startup process

```mermaid
sequenceDiagram
create participant manager
Expand Down Expand Up @@ -118,4 +118,3 @@ class Config{
+nlohmann::json get_interface_definition(const std::string& interface_name) const;
}
```

0 comments on commit 7c854a0

Please sign in to comment.