diff options
Diffstat (limited to 'src/other_tools/root_maps/fpath_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index 70aff153..d8de9fa1 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -176,4 +176,4 @@ auto CreateFilePathGitMap( }; return AsyncMapConsumer<std::filesystem::path, nlohmann::json>(dir_to_git, jobs); -}
\ No newline at end of file +} |