mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Format
clang-format: 18.1.8 -> 19.1.7
(cherry picked from commit 55297f865c
)
# Conflicts:
# src/libstore-test-support/outputs-spec.cc
This commit is contained in:
parent
f33a435329
commit
5671175a5e
2 changed files with 32 additions and 4 deletions
|
@ -44,10 +44,11 @@ static void downloadToSink(
|
|||
|
||||
static std::string getLfsApiToken(const ParsedURL & url)
|
||||
{
|
||||
auto [status, output] = runProgram(RunOptions{
|
||||
.program = "ssh",
|
||||
.args = {*url.authority, "git-lfs-authenticate", url.path, "download"},
|
||||
});
|
||||
auto [status, output] = runProgram(
|
||||
RunOptions{
|
||||
.program = "ssh",
|
||||
.args = {*url.authority, "git-lfs-authenticate", url.path, "download"},
|
||||
});
|
||||
|
||||
if (output.empty())
|
||||
throw Error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue