Skip to content

Commit

Permalink
apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Jun 10, 2024
1 parent 247b52d commit 3842038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vcpkg/base/downloads.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <vcpkg/base/api-stable-format.h>
#include <vcpkg/base/contractual-constants.h>
#include <vcpkg/base/curl.h>
#include <vcpkg/base/downloads.h>
#include <vcpkg/base/files.h>
#include <vcpkg/base/hash.h>
Expand All @@ -12,7 +13,6 @@
#include <vcpkg/base/system.process.h>
#include <vcpkg/base/system.proxy.h>
#include <vcpkg/base/util.h>
#include <vcpkg/base/curl.h>

#include <vcpkg/commands.version.h>

Expand Down
2 changes: 1 addition & 1 deletion src/vcpkg/metrics.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <vcpkg/base/chrono.h>
#include <vcpkg/base/curl.h>
#include <vcpkg/base/files.h>
#include <vcpkg/base/hash.h>
#include <vcpkg/base/json.h>
Expand All @@ -8,7 +9,6 @@
#include <vcpkg/base/system.mac.h>
#include <vcpkg/base/system.process.h>
#include <vcpkg/base/uuid.h>
#include <vcpkg/base/curl.h>

#include <vcpkg/commands.version.h>
#include <vcpkg/metrics.h>
Expand Down

0 comments on commit 3842038

Please sign in to comment.