Skip to content

Commit f223a79

Browse files
committed
fixed formatting
1 parent 4a8c291 commit f223a79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/communication.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ The implementation of the _FileCommunication_ can be found [here](https://github
7070
Set `communication_format` to `file`.
7171

7272
| name | type | required | default| description |
73-
|-------------------|--------|---|---|---|
73+
|---|---|---|---|---|
74+
|currently_nothing|
7475

7576
## Pipe-based communication
7677
A pipe is a data channel to perform interprocess communication between two processes. No data is written to the filesystem, it is directly exchanged through the memory. This makes it more efficient than the file-based communication.
@@ -84,7 +85,8 @@ The implementation of the _PipeCommunication_ can be found [here](https://github
8485
Set `communication_format` to `pipe`.
8586

8687
| name | type | required | default| description |
87-
|-------------------|--------|---|---|---|
88+
|---|---|---|---|---|
89+
|currently_nothing|
8890

8991
## Socket-based communication
9092

0 commit comments

Comments
 (0)