Skip to content

Commit 460acd0

Browse files
committed
oops
1 parent 04c9e17 commit 460acd0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

baselines/analysis/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ fn main() -> Result<(), Box<dyn Error>> {
287287
"{}",
288288
r#"
289289
\bottomrule
290-
\end{tabularx}
290+
\end{tabular}
291291
\begin{tablenotes}
292292
\item[1] Optimized out (\tool{}) or insufficient samples observed (\fandango{}).
293293
\end{tablenotes}"#
@@ -318,7 +318,7 @@ fn main() -> Result<(), Box<dyn Error>> {
318318
"{}",
319319
r#"
320320
\bottomrule
321-
\end{tabularx}
321+
\end{tabular}
322322
\begin{tablenotes}
323323
\item[1] Optimized out.
324324
\item[2] Unimplemented.
@@ -376,7 +376,7 @@ fn main() -> Result<(), Box<dyn Error>> {
376376
"{}",
377377
r#"
378378
\bottomrule
379-
\end{tabularx}
379+
\end{tabular}
380380
\begin{tablenotes}
381381
\item[1] Optimized out.
382382
\item[2] Unimplemented.
@@ -414,7 +414,7 @@ fn main() -> Result<(), Box<dyn Error>> {
414414
"{}",
415415
r#"
416416
\bottomrule
417-
\end{tabularx}
417+
\end{tabular}
418418
\begin{tablenotes}
419419
\item[1] Optimized out.
420420
\end{tablenotes}"#

0 commit comments

Comments
 (0)