Skip to content

Commit 4515041

Browse files
committed
Fix clang-format
Signed-off-by: Michael Warres <[email protected]>
1 parent 33acaf0 commit 4515041

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

proxy_wasm_api.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,13 +1583,9 @@ template <> inline std::string toString(std::string t) { return t; }
15831583

15841584
template <> inline std::string toString(bool t) { return t ? "true" : "false"; }
15851585

1586-
template <typename T> struct StringToStringView {
1587-
typedef T type;
1588-
};
1586+
template <typename T> struct StringToStringView { typedef T type; };
15891587

1590-
template <> struct StringToStringView<std::string> {
1591-
typedef std::string_view type;
1592-
};
1588+
template <> struct StringToStringView<std::string> { typedef std::string_view type; };
15931589

15941590
inline uint32_t MetricBase::resolveFullName(const std::string &n) {
15951591
auto it = metric_ids.find(n);

0 commit comments

Comments
 (0)