Skip to content

Commit 2654727

Browse files
committed
NIT refactor using directives usage in gcbenchmark: get rid of unnecessary commas and double quote escapes
1 parent 01b0e55 commit 2654727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gcbenchmark/gcbenchmark.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//> using dep "com.lihaoyi::os-lib:0.9.1"
2-
//> using dep "com.lihaoyi::pprint:0.8.1"
3-
//> using scala "2.13"
1+
//> using dep com.lihaoyi::os-lib:0.9.1
2+
//> using dep com.lihaoyi::pprint:0.8.1
3+
//> using scala 2.13
44

55
// Usage: scala-cli gcbenchmark.scala -- <path_to_scala_cli_executable>
66

0 commit comments

Comments
 (0)