From 9a1489de002e129e90663f0636a1ab9cba8a9a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Mon, 26 Aug 2024 21:31:23 +1200 Subject: [PATCH] Fix indent on BasicUsage.rst I noticed that it is a bit off on this page https://rssh.github.io/dotty-cps-async/BasicUsage.html#sbt-example --- docs/BasicUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BasicUsage.rst b/docs/BasicUsage.rst index b701c767..701511f0 100644 --- a/docs/BasicUsage.rst +++ b/docs/BasicUsage.rst @@ -33,7 +33,7 @@ for sbt: for mill: - .. code-block:: scala + .. code-block:: scala def scalacPluginIvyDeps = Agg(ivy"com.github.rssh::dotty-cps-async-compiler-plugin:0.9.21")