Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mega-calibrator committed Oct 4, 2024
1 parent 5e5c2c1 commit 30ca067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitorcontrol/vcp/vcp_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_vcp_capabilities(self):
except OSError as e:
raise VCPError("failed to get VCP capabilities") from e
return cap_string.value.decode("ascii")

def save_current_settings(self):
"""
Saves the current settings to monitor NVRAM.
Expand All @@ -201,7 +201,7 @@ def save_current_settings(self):
raise VCPError("failed to save current settings: " + ctypes.FormatError())
except OSError as e:
raise VCPError("failed to close handle") from e

def get_vcps() -> List[WindowsVCP]:
"""
Opens handles to all physical VCPs.
Expand Down

0 comments on commit 30ca067

Please sign in to comment.