Skip to content

Commit 5dcb63a

Browse files
authored
doc(multi-staging): cleanup new lines
1 parent b344239 commit 5dcb63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/metaprogramming/staging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ libraryDependencies += "ch.epfl.lamp" %% "dotty-staging" % scalaVersion.value
8888
```
8989

9090
and in case you use `dotc`/`dotr` directly, then use the `-with-compiler` flag for both:
91+
9192
```shell
9293
dotc -with-compiler -d out Test.scala
9394
dotr -with-compiler -classpath out Test
9495
```
9596

96-
9797
## Example
9898

9999
Now take exactly the same example as in [Macros](./macros.md). Assume that we

0 commit comments

Comments
 (0)