Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 51b33b7 commit 8919b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
text += "follow tooltip: \u2714\n" # yes
else:
follow = False
text += "follow tooltip: \u274C\n" # no
text += "follow tooltip: \u274c\n" # no
if j % 2 == 0:
msg = time.asctime
text += "tooltip: Function"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

"""Builds the fortls Language Server
"""
"""Builds the fortls Language Server"""
import setuptools

setuptools.setup()

0 comments on commit 8919b6c

Please sign in to comment.