From f9be83f0865ef7336e47a4939990f7294156cdb9 Mon Sep 17 00:00:00 2001 From: Arthur <45236453+ArthurMJ96@users.noreply.github.com> Date: Mon, 15 Jun 2020 18:43:10 +0200 Subject: [PATCH] GridLayout wasn't closed --- listview/app/examples/GridLayoutNoHeight.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/listview/app/examples/GridLayoutNoHeight.ts b/listview/app/examples/GridLayoutNoHeight.ts index a779b4a..32608ba 100644 --- a/listview/app/examples/GridLayoutNoHeight.ts +++ b/listview/app/examples/GridLayoutNoHeight.ts @@ -18,7 +18,7 @@ export default { - + @@ -38,4 +38,4 @@ export default { Frame.topmost().goBack(); } } -}; \ No newline at end of file +};