Skip to content

Commit

Permalink
Fix docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavogaldinoo committed May 8, 2024
1 parent 8fdb44b commit b2cf9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/benchmark_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def get_language(benchmark):


def are_benchmarks_mixed(benchmarks=None):
"""Returns True if benchmarks list
is a mix of bugs and coverage benchmarks."""
"""Returns True if benchmarks list is a mix of bugs and coverage
benchmarks."""
if benchmarks is None:
benchmarks = get_all_benchmarks()

Expand Down

0 comments on commit b2cf9a5

Please sign in to comment.