diff --git a/apps/app/ui-tests-app/flexbox/flexbox.ts b/apps/app/ui-tests-app/flexbox/flexbox.ts index 4bbe06a94..8f71febe0 100644 --- a/apps/app/ui-tests-app/flexbox/flexbox.ts +++ b/apps/app/ui-tests-app/flexbox/flexbox.ts @@ -36,4 +36,3 @@ export const flexGrow = whenSelected(intHandler(setProperty(FlexboxLayout.setFle export const flexShrink = whenSelected(intHandler(setProperty(FlexboxLayout.setFlexShrink))); export const alignSelf = whenSelected(stringHandler(setProperty(FlexboxLayout.setAlignSelf))); export const flexWrapBefore = whenSelected(booleanHandler(setProperty(FlexboxLayout.setFlexWrapBefore))); - diff --git a/tns-core-modules/ui/styling/style.ts b/tns-core-modules/ui/styling/style.ts index b26ce5ce8..4ca70ec54 100644 --- a/tns-core-modules/ui/styling/style.ts +++ b/tns-core-modules/ui/styling/style.ts @@ -1757,4 +1757,3 @@ function onBorderRadiusChanged(value: any): Array