diff options
Diffstat (limited to 'src/buildtool/file_system/git_utils.cpp')
-rw-r--r-- | src/buildtool/file_system/git_utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/file_system/git_utils.cpp b/src/buildtool/file_system/git_utils.cpp index 8e45671b..8fed7d7b 100644 --- a/src/buildtool/file_system/git_utils.cpp +++ b/src/buildtool/file_system/git_utils.cpp @@ -40,8 +40,8 @@ auto GitLastError() noexcept -> std::string { return "<unknown error>"; } -auto GitObjectID(std::string const& id, bool is_hex_id) noexcept - -> std::optional<git_oid> { +auto GitObjectID(std::string const& id, + bool is_hex_id) noexcept -> std::optional<git_oid> { #ifdef BOOTSTRAP_BUILD_TOOL return std::nullopt; #else |