Skip to content

Commit a20a3ab

Browse files
committed
Fix hl_lines in docs.
1 parent f741035 commit a20a3ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ Make sure to set a test metrics namespace and service name to run assertions aga
575575

576576
Consider the following example where we redirect the standard output to a custom `PrintStream`. We use the Jackson library to parse the EMF output into a `JsonNode` and run assertions against that.
577577

578-
```java hl_lines="34 39 55-60"
578+
```java hl_lines="34 40 56-61"
579579
import static org.assertj.core.api.Assertions.assertThat;
580580

581581
import java.io.ByteArrayOutputStream;

0 commit comments

Comments
 (0)