Skip to content

Commit 7c45938

Browse files
author
Tobias Kopp
committed
[Benchmark] Fix wrong indent in hyper connector
1 parent 005cc53 commit 7c45938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/database_connectors/hyper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _execute(n_runs, params: dict()):
198198
measurement_times[case].append(time)
199199

200200
except Exception as ex:
201-
raise(ConnectorException(ex))
201+
raise(ConnectorException(ex))
202202

203203

204204

0 commit comments

Comments
 (0)