From c9d168d6d45d57304c7dcbe4c5cbaf949385764c Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 11 Dec 2019 21:31:38 +0100 Subject: fmt benchmark definitions with yapf --- src/benchmarks/realloc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/benchmarks/realloc.py') diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py index ca954d0..952913f 100644 --- a/src/benchmarks/realloc.py +++ b/src/benchmarks/realloc.py @@ -14,7 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with allocbench. If not, see . - """Definition of the realloc micro benchmark""" from src.benchmark import Benchmark -- cgit v1.2.3