Skip to content

Commit 62d6132

Browse files
authored
Fix doc output on github
1 parent a79a772 commit 62d6132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ try {
9292
echo "Max retries!";
9393
}
9494
}
95-
----------------------------
95+
----
9696

9797
Alternatively, all "hard" curl exceptions (`CouldNotConnectToHost`, `CouldNotResolveHostException`, `OperationTimeoutException`)
9898
extend the more general `TransportException`. So you could instead catch the general `TransportException` and then
@@ -113,7 +113,7 @@ try {
113113
echo "Max retries!";
114114
}
115115
}
116-
----------------------------
116+
----
117117

118118

119119
[[enabling_logger]]

0 commit comments

Comments
 (0)