diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-06 17:08:51 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-01 11:09:39 +0200 |
commit | 1e9e685a94033445f230cf6afc35c4c0f3291c22 (patch) | |
tree | 834747640eb4c4167571e10052dccdc637b7c339 /src | |
parent | 09edef419b8eb5d102f5d077b1c32b694430bdbd (diff) | |
download | justbuild-1e9e685a94033445f230cf6afc35c4c0f3291c22.tar.gz |
git_tree_fetch_map: Remove stray semicolon
(cherry-picked from 0cef4facae7bd3d2345c8f099b0382168b0c2a63)
Diffstat (limited to 'src')
-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 {}", |