Skip to content

Commit

Permalink
Autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored and github-actions[bot] committed Feb 2, 2024
1 parent afd5d6c commit 35fc71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ephys_link/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self):
self.sio.attach(self.app)

# Declare events
self.sio.on("connect",self.connect)
self.sio.on("connect", self.connect)
self.sio.on("disconnect", self.disconnect)
self.sio.on("get_version", self.get_version)
self.sio.on("get_manipulators", self.get_manipulators)
Expand Down

0 comments on commit 35fc71b

Please sign in to comment.