Skip to content

Commit

Permalink
Add missing closing ```` for a code block
Browse files Browse the repository at this point in the history
Fixes formatting bug from #6555 

Signed-off-by: Gera Shegalov <gera@apache.org>
  • Loading branch information
gerashegalov authored Sep 14, 2022
1 parent 771a35d commit 17b147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev/shims.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ dijkstra -d -p "com.nvidia.spark.rapids.GpuColumnVector (spark3xx-common)" merge
"org.apache.spark.sql.rapids.GpuFileSourceScanExec (spark330)" [dist=5.000,
"com.nvidia.spark.rapids.GpuExec (spark330)" [dist=3.000,
...
```

RegexReplace could be externalized safely:
```
Expand All @@ -260,4 +261,4 @@ your class and how it is connected to the rest of the clusters in the definition
`scc_map`.

This mechanism can also be used as a guidance for refactoring the code in a more self-contained
packages.
packages.

0 comments on commit 17b147c

Please sign in to comment.