From 17b147c94732707f9cbdf1e3f38fff8095c34a02 Mon Sep 17 00:00:00 2001 From: Gera Shegalov Date: Wed, 14 Sep 2022 15:21:10 -0700 Subject: [PATCH] Add missing closing ```` for a code block Fixes formatting bug from #6555 Signed-off-by: Gera Shegalov --- docs/dev/shims.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev/shims.md b/docs/dev/shims.md index 58c846383aa..e2661b8cade 100644 --- a/docs/dev/shims.md +++ b/docs/dev/shims.md @@ -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: ``` @@ -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. \ No newline at end of file +packages.