Skip to content

Commit 3076b13

Browse files
authored
pre-commit
1 parent f259308 commit 3076b13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/phasar/Utils/Utilities.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ template <typename Fn> class scope_exit { // NOLINT
168168

169169
template <typename Fn> scope_exit(Fn) -> scope_exit<Fn>;
170170

171-
172171
// Copied from <https://en.cppreference.com/w/cpp/utility/variant/visit>
173172
template <class... Ts> struct Overloaded : Ts... {
174173
using Ts::operator()...;

0 commit comments

Comments
 (0)