Skip to content

Commit 5e39f6b

Browse files
author
Michael McLeod
committed
Utterly pointless linting
1 parent 342f62c commit 5e39f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/benchmarks/stochastic_algorithm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ BENCHMARK_DEFINE_F(StochasticAlgoFixture, ForwardBackwardApproxNorm)(benchmark::
137137
m_world.broadcast(Vector<t_complex>::Ones(m_imsizex * m_imsizey).eval()));
138138

139139
static const t_real op_norm = std::get<0>(power_method_stuff);
140-
140+
141141
// set the normalisation of the new phi
142142
phi->set_norm(op_norm);
143143

0 commit comments

Comments
 (0)