Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Third Party committed Nov 12, 2022
1 parent 969a115 commit 6c79dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/llama/View.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ namespace llama
view(ai)(rc) = FieldType{};
}
else if constexpr(
std::is_lvalue_reference_v<RefType>
&& !std::is_const_v<std::remove_reference_t<RefType>>)
std::is_lvalue_reference_v<
RefType> && !std::is_const_v<std::remove_reference_t<RefType>>)
{
new(&view(ai)(rc)) FieldType;
}
Expand Down

0 comments on commit 6c79dc8

Please sign in to comment.