Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Jan 7, 2025
1 parent 5e9b020 commit 6bc441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mergin/version_viewer_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, parent=None):
super().__init__(parent)

# Keep ordered
self.versions = []]
self.versions = []

self.oldest = None
self.latest = None
Expand Down

0 comments on commit 6bc441c

Please sign in to comment.