aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-01 10:37:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-01 10:37:26 +0200
commitdfef71dd6cd5f63a03abb172e6e553bd92b670bb (patch)
tree12581acde60d9cbc74dc51e5dbd4e5c38c297b1d
parent00a83b2ab6ca84776dfb5bec1679863c1896a813 (diff)
Cosmetic change
-rw-r--r--bpkg/types.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 6065dd8..d8ffa79 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -90,15 +90,15 @@ namespace bpkg
using butl::basic_path;
using butl::invalid_path;
- // <libbutl/uuid.mxx>
- //
- using butl::uuid;
-
using butl::path_cast;
using paths = vector<path>;
using dir_paths = vector<dir_path>;
+ // <libbutl/uuid.mxx>
+ //
+ using butl::uuid;
+
// <libbutl/url.mxx>
//
using butl::url;