diff --git a/src/__snapshots__/Latex.test.tsx.snap b/src/__snapshots__/Latex.test.tsx.snap
index f832afb..f3535ff 100644
--- a/src/__snapshots__/Latex.test.tsx.snap
+++ b/src/__snapshots__/Latex.test.tsx.snap
@@ -5,7 +5,7 @@ exports[`Latex handles multiple children inside the node 1`] = `
className="__Latex__"
dangerouslySetInnerHTML={
Object {
- "__html": "Label: 1×2",
+ "__html": "Label: 1×2",
}
}
/>
@@ -16,7 +16,7 @@ exports[`Latex renders an expression with macros 1`] = `
className="__Latex__"
dangerouslySetInnerHTML={
Object {
- "__html": "R",
+ "__html": "R",
}
}
/>
@@ -27,7 +27,7 @@ exports[`Latex renders correctly sequences of $..$ 1`] = `
className="__Latex__"
dangerouslySetInnerHTML={
Object {
- "__html": "helloworldboo",
+ "__html": "helloworldboo",
}
}
/>
@@ -49,7 +49,7 @@ exports[`Latex renders text that has a LaTeX formula with custom delimiter 1`] =
className="__Latex__"
dangerouslySetInnerHTML={
Object {
- "__html": "three processes e+e−",
+ "__html": "three processes e+e−",
}
}
/>
@@ -60,7 +60,7 @@ exports[`Latex renders text that has multiple LaTeX formulas with $ delimiter 1`
className="__Latex__"
dangerouslySetInnerHTML={
Object {
- "__html": "three processes e+e−, gluon-gluon and γγ→Wtbˉ.",
+ "__html": "three processes e+e−, gluon-gluon and γγ→Wtbˉ.",
}
}
/>
@@ -71,7 +71,7 @@ exports[`Latex renders text that has multiple LaTeX formulas with $$ delimiter 1
className="__Latex__"
dangerouslySetInnerHTML={
Object {
- "__html": "three processes e+e−, gluon-gluon and γγ→Wtbˉ.",
+ "__html": "three processes e+e−, gluon-gluon and γγ→Wtbˉ.",
}
}
/>