diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-06 17:08:51 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-07 13:48:21 +0100 |
commit | 0cef4facae7bd3d2345c8f099b0382168b0c2a63 (patch) | |
tree | 7c4bf342dd6576081cbe702bdc15a65832efb4ad /src/other_tools/ops_maps | |
parent | d45e66d14604c5d75a0ae4ee697f3b0ae3e16701 (diff) | |
download | justbuild-0cef4facae7bd3d2345c8f099b0382168b0c2a63.tar.gz |
git_tree_fetch_map: Remove stray semicolon
Diffstat (limited to 'src/other_tools/ops_maps')
-rw-r--r-- | src/other_tools/ops_maps/git_tree_fetch_map.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other_tools/ops_maps/git_tree_fetch_map.cpp b/src/other_tools/ops_maps/git_tree_fetch_map.cpp index f6d526e4..9a539a51 100644 --- a/src/other_tools/ops_maps/git_tree_fetch_map.cpp +++ b/src/other_tools/ops_maps/git_tree_fetch_map.cpp @@ -656,7 +656,6 @@ auto CreateGitTreeFetchMap( // define temp repo path auto tmp_dir = native_storage_config->CreateTypedTmpDir( "git-tree"); - ; if (not tmp_dir) { (*logger)(fmt::format("Could not create unique " "path for target {}", |