Skip to content

Commit

Permalink
Reformat with scalafmt 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2022
1 parent 5b256cf commit f7b1ed0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cli/src/main/scala/mdoc/Variable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@ import scala.meta.inputs.Position
* is 1 and for `val (a, b) = ...` the total number is 2.
* @param indexOfStatementInCodeFence
* the index of the enclosing statement within the enclosing code fence. For example, in
* {{{
* {{{
* ```scala
* val x = 1
* val y = 2
* ```
* }}}
* The variable `y` has index 1 and variable `x` has index 0.
* }}}
* The variable `y` has index 1 and variable `x` has index 0.
* @param totalStatementsInCodeFence
* the total number of statement in the enclosing code fence. For example, the total number is 2
* for the code fence below.
* {{{
* {{{
* ```scala
* val x = 1
* val y = 2
* ```
* }}}
* }}}
*/
final class Variable private[mdoc] (
val name: String,
Expand Down

0 comments on commit f7b1ed0

Please sign in to comment.