Skip to content

Commit 61a6e02

Browse files
committed
use consistent indentation
1 parent 0059058 commit 61a6e02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/IonTabs.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
export let slot = 'bottom';
1111
1212
/**
13-
An array of tab objects containing label, icon, and tab properties.
14-
@type {{label: string; icon: string; tab: string;}[]}
15-
*/
13+
An array of tab objects containing label, icon, and tab properties.
14+
@type {{label: string; icon: string; tab: string;}[]}
15+
*/
1616
export let tabs = [];
1717
1818
let ionTabBarElement;

0 commit comments

Comments
 (0)