code formatting

This commit is contained in:
Alexander Ryabykin 2016-07-02 17:46:37 +03:00
parent f2a32741c0
commit 69f5a1fd80

View File

@ -120,7 +120,7 @@ public:
}
template <typename U, typename Dummy = std::enable_if_t<std::is_convertible<U, T>::value>>
bool operator != (const not_null<U>& rhs) const
bool operator!=(const not_null<U>& rhs) const
{
return !(*this == rhs.get());
}