Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 6, 2024
1 parent 5670ec2 commit cc8e98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/testing/BenchmarkRunner.v
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module testing

pub struct BenchmarkRunner {
pub mut:
last_fixture &Fixture
mut:
benchmarks []&Benchmark
pub mut:
last_fixture &Fixture
}

pub fn (mut b BenchmarkRunner) create_or_reuse_fixture() &Fixture {
Expand Down

0 comments on commit cc8e98d

Please sign in to comment.