Skip to content

Commit

Permalink
fix(wiki): formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jan 9, 2024
1 parent 76e7d54 commit 912fe93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ for f in $(find patch_generator -maxdepth 1 -type d); do
done
```

## Exemplary output
The following is an automatically generatred, exemplary output patch file generated as show in the provided [examples](examples/examples.md).
```

## Exemplary output
The following is an automatically generatred, exemplary output patch file generated as show in the provided [examples](examples/examples.md).
```
--- /home/lukas/temp/discopop_tmp/discopop/example/example.cpp 2024-01-09 10:11:50.369555235 +0100
+++ /home/lukas/temp/discopop_tmp/discopop/example/example.cpp.discopop_patch_generator.temp 2024-01-09 11:14:20.904823624 +0100
@@ -20,6 +20,7 @@
Expand All @@ -67,4 +68,4 @@ done
for(int i = 0; i < N; i++){
sum += Arr[i];
}
```
```

0 comments on commit 912fe93

Please sign in to comment.