From 1e9e685a94033445f230cf6afc35c4c0f3291c22 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 6 Mar 2025 17:08:51 +0100 Subject: git_tree_fetch_map: Remove stray semicolon (cherry-picked from 0cef4facae7bd3d2345c8f099b0382168b0c2a63) --- src/other_tools/ops_maps/git_tree_fetch_map.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 {}", -- cgit v1.2.3