Skip to content

Commit

Permalink
added newline to end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <[email protected]>
  • Loading branch information
ant-u committed Apr 2, 2024
1 parent b7b770b commit c604f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ros_license_toolkit/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ def check(self, package: Package):

def _check(self, package: Package):
"""Check `package`. To be overwritten by subclasses."""
raise NotImplementedError("Overwrite this")
raise NotImplementedError("Overwrite this")

0 comments on commit c604f9d

Please sign in to comment.