Skip to content

Commit fdcec75

Browse files
committed
format
1 parent 0888fed commit fdcec75

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/packages.jl

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ function Experimental.register_package(
7272
if startswith(repository_url, "https://github.com")
7373
"github"
7474
else
75-
throw(ArgumentError("Unable to determine git_server_type for repository: $(repository_url)"))
75+
throw(
76+
ArgumentError(
77+
"Unable to determine git_server_type for repository: $(repository_url)"
78+
),
79+
)
7680
end
7781
else
7882
git_server_type
@@ -94,8 +98,8 @@ function Experimental.register_package(
9498
"notes" => something(notes, ""),
9599
"subdir" => subdirectory,
96100
"git_server_type" => git_server_type,
97-
)
98-
]
101+
),
102+
],
99103
)
100104
r = _restcall(
101105
auth,

0 commit comments

Comments
 (0)