chore: fix indents

This commit is contained in:
rigor789
2020-07-11 16:06:39 +02:00
parent 0e0f2bc9dd
commit 66275a91bc

View File

@@ -13,16 +13,16 @@ import { ios as iosView, View } from "../core/view";
import { Frame } from "../frame";
import { Font } from "../styling/font";
import {
getIconSpecSize,
itemsProperty,
selectedIndexProperty,
tabStripProperty,
getIconSpecSize,
itemsProperty,
selectedIndexProperty,
tabStripProperty,
} from "../tab-navigation-base/tab-navigation-base";
import {
IOSTabBarItemsAlignment,
iOSTabBarItemsAlignmentProperty,
swipeEnabledProperty,
TabsBase
IOSTabBarItemsAlignment,
iOSTabBarItemsAlignmentProperty,
swipeEnabledProperty,
TabsBase
} from "./tabs-common";
// TODO