Skip to content

Commit 4497912

Browse files
committed
newline
1 parent 263dc5b commit 4497912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/_entrypoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ def _call_version_scheme(
121121
raise ValueError(f'Couldn\'t find any implementations for entrypoint "{entrypoint}" with value "{given_value}".')
122122
if default is not None:
123123
return default
124-
raise ValueError(f'None of the "{entrypoint}" entrypoints matching "{given_value}" returned a value.')
124+
raise ValueError(f'None of the "{entrypoint}" entrypoints matching "{given_value}" returned a value.')

0 commit comments

Comments
 (0)