Skip to content

Commit

Permalink
Ran clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 27, 2023
1 parent 228e23d commit 8208b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/substrait/textplan/StringManipulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#include "StringManipulation.h"

#include <numeric>
#include <vector>
#include <string>
#include <string_view>
#include <vector>

namespace io::substrait::textplan {

Expand Down
2 changes: 1 addition & 1 deletion src/substrait/textplan/StringManipulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ bool endsWith(std::string_view haystack, std::string_view needle);
// Joins a vector of strings into a single string separated by separator.
std::string joinLines(
std::vector<std::string> lines,
std::string_view separator="\n");
std::string_view separator = "\n");

} // namespace io::substrait::textplan

0 comments on commit 8208b07

Please sign in to comment.