Skip to content

Commit

Permalink
Replace whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Pinchak committed Apr 2, 2022
1 parent 33cc288 commit 4c70e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/NamedType/named_type_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class FLUENT_EBCO NamedType : public Skills<NamedType<T, Parameter, Skills...>>.
constexpr NamedType(in_place_t tag, Args&&... args) noexcept(std::is_nothrow_constructible<T>::value): value_(std::forward<Args>(args)...)
{
}

FLUENT_NODISCARD constexpr std::remove_reference_t<T> const& get() const noexcept
{
return value_;
Expand Down

0 comments on commit 4c70e6e

Please sign in to comment.