File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77#include < git2/remote.h>
88
99#include " ../utils/ansi_code.hpp"
10- // #include "../utils/common.hpp"
10+ // #include "../utils/common.hpp"
1111#include " ../utils/credentials.hpp"
1212#include " ../utils/progress.hpp"
1313#include " ../wasm/scope.hpp"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ size_t strarray_owned_wrapper::size() const
4040
4141std::string_view strarray_owned_wrapper::operator [](size_t i) const
4242{
43- return { m_array.strings [i] };
43+ return {m_array.strings [i]};
4444}
4545
4646strarray_view_wrapper::strarray_view_wrapper (std::vector<std::string> patterns)
@@ -95,5 +95,3 @@ size_t strarray_view_wrapper::size() const
9595{
9696 return m_patterns.size ();
9797}
98-
99-
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class strarray_owned_wrapper
3737// Wrapper of git_strarray containing pointers to strings
3838// stored in a stnadard container. Does not free them upon
3939// destruction.
40- class strarray_view_wrapper
40+ class strarray_view_wrapper
4141{
4242public:
4343
You can’t perform that action at this time.
0 commit comments