Skip to content

Commit 1f6010c

Browse files
committed
Oops
1 parent 2c12236 commit 1f6010c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/RegexBenchmark/BenchmarkChart.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ struct BenchmarkChart: View {
5555
BarMark(
5656
x: .value("Name", name),
5757
y: .value("Normalized runtime", new / old))
58-
5958
.foregroundStyle(LinearGradient(
6059
colors: [.accentColor, new - old <= 0 ? .green : .yellow],
6160
startPoint: .bottom,

0 commit comments

Comments
 (0)