Skip to content

Commit 1a3b572

Browse files
🤖 Automatically format the source code files (#531)
Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
1 parent d7de667 commit 1a3b572

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utilities/new_versions.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@ function continue_with_pr(dep::DepInfo, bump_compat_containing_equality_specifie
199199
return false
200200
elseif isnothing(dep.latest_version)
201201
@error(
202-
"The dependency was not found in any of the registries", dep.package.name, dep, dep.latest_version,
202+
"The dependency was not found in any of the registries",
203+
dep.package.name,
204+
dep,
205+
dep.latest_version,
203206
)
204207

205208
return false

0 commit comments

Comments
 (0)