diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-02-27 17:07:42 +0100 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-02-27 20:59:06 +0100 |
commit | 58907519b378a3054f58f945f95115be243347f3 (patch) | |
tree | 83610c758452be337b5e10c766611d432d31c736 /src/other_tools/root_maps/fpath_git_map.cpp | |
parent | 84b4ddc20e130ce54899f5e7c7a633fd19ecd05c (diff) | |
download | justbuild-58907519b378a3054f58f945f95115be243347f3.tar.gz |
Just-MR: Whitespace fixes
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 +} |