From f16b12c040ab512ce30e17219ca61e84168cc586 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Wed, 27 Sep 2023 10:49:49 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 src/spikeinterface/exporters/to_phy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spikeinterface/exporters/to_phy.py b/src/spikeinterface/exporters/to_phy.py
index 54ad0ea366..ebc810b953 100644
--- a/src/spikeinterface/exporters/to_phy.py
+++ b/src/spikeinterface/exporters/to_phy.py
@@ -157,7 +157,7 @@ def export_to_phy(
             if copy_binary:
                 f.write(f"dat_path = r'recording.dat'\n")
             elif rec_path == "None":
-                 f.write(f"dat_path = {rec_path}\n")               
+                f.write(f"dat_path = {rec_path}\n")
             else:
                 f.write(f"dat_path = r'{str(Path(rec_path).relative_to(output_folder))}'\n")
         else: