Skip to content

Commit f9d5df0

Browse files
committed
yarn format
1 parent 5832033 commit f9d5df0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vnext/Microsoft.ReactNative/Views/ViewViewManager.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ bool TryUpdateBorderProperties(
356356

357357
ViewViewManager::ViewViewManager(const Mso::React::IReactContext &context) : Super(context) {}
358358

359-
const winrt::TypeName viewViewManagerTypeName{
360-
winrt::hstring{L"ViewViewManager"},
361-
winrt::TypeKind::Metadata};
359+
const winrt::TypeName viewViewManagerTypeName{winrt::hstring{L"ViewViewManager"}, winrt::TypeKind::Metadata};
362360

363361
/*static*/ xaml::DependencyProperty ViewViewManager::CanBeScrollAnchorProperty() {
364362
static xaml::DependencyProperty s_canBeScrollAnchorProperty = xaml::DependencyProperty::RegisterAttached(

0 commit comments

Comments
 (0)