aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types-parsers.cxx')
-rw-r--r--bpkg/types-parsers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/types-parsers.cxx b/bpkg/types-parsers.cxx
index b414bb3..e6da01e 100644
--- a/bpkg/types-parsers.cxx
+++ b/bpkg/types-parsers.cxx
@@ -79,7 +79,7 @@ namespace bpkg
try
{
- x = to_repository_type(v);
+ x = to_repository_type (v);
}
catch (const invalid_argument&)
{