Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Mar 23, 2024
1 parent fc06d0c commit 75f9155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vcpkg/commands.depend-info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ namespace vcpkg
}
}

fmt::format_to(std::back_inserter(s), "empty [label=\"{} singletons...\" color=blue fontcolor=blue];\n}}\n", empty_node_count);
fmt::format_to(std::back_inserter(s),
"empty [label=\"{} singletons...\" color=blue fontcolor=blue];\n}}\n",
empty_node_count);
return s;
}

Expand Down

0 comments on commit 75f9155

Please sign in to comment.