Skip to content

Commit

Permalink
Add missing final linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Dec 10, 2024
1 parent b2af49a commit 6748235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qlever/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,5 @@ def name_from_path(path: str) -> str:
Helper function that returns the name of the file from its path.
E.g. /qlever/ServerMain -> ServerMain
"""
return Path(path).name
return Path(path).name

0 comments on commit 6748235

Please sign in to comment.