Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Mar 13, 2024
1 parent 2a92314 commit 77060d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/vegalite/v5/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ def open_editor(self, *, fullscreen: bool = False) -> None:
"""
import webbrowser

webbrowser.open(self.to_url(fullscreen = fullscreen))
webbrowser.open(self.to_url(fullscreen=fullscreen))

def save(
self,
Expand Down

0 comments on commit 77060d6

Please sign in to comment.