Skip to content

Commit 35aecff

Browse files
committed
Formatting fix
1 parent 88c9762 commit 35aecff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osmium/visitor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ namespace osmium {
202202
template <typename TFunc>
203203
struct wrapper_handler : TFunc {
204204

205-
template<typename T>
205+
template <typename T>
206206
explicit wrapper_handler(T&& func) : TFunc(std::forward<T>(func)) { // NOLINT(bugprone-forwarding-reference-overload)
207207
}
208208

0 commit comments

Comments
 (0)