Skip to content

Commit 0ba334a

Browse files
committed
pre-commit
1 parent 4506245 commit 0ba334a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/price-feeds/derive-cross-rate.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ contract ExampleCrossRate {
7878
return (ethPerEur, targetExpo);
7979
}
8080
}
81-
```
8281
82+
```
8383

8484
### ⚠️ Things to Keep in Mind
8585

@@ -88,7 +88,6 @@ contract ExampleCrossRate {
8888
- Confidence intervals are not derived in this function. If needed, you have to derive them manually.
8989
- Reverts with `PythErrors.ExponentOverflow{:jsx}` if `targetExponent + expo1 - expo2{:jsx}` is outside the range **[-58, 58]**.
9090

91-
9291
## Additional Resources
9392

9493
You may find these additional resources helpful.

0 commit comments

Comments
 (0)