From 2ca3c6ea93b41013b6f3ea8fa4a72dfa5fd4e5b8 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 4 Aug 2015 10:00:44 -0700 Subject: [PATCH] [Layout] Use consistent whitespace Use consistent whitespace in array literals, WTD-1424. --- platform/features/layout/src/LayoutController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/layout/src/LayoutController.js b/platform/features/layout/src/LayoutController.js index 622508f939..643ed952a3 100644 --- a/platform/features/layout/src/LayoutController.js +++ b/platform/features/layout/src/LayoutController.js @@ -27,7 +27,7 @@ define( "use strict"; var DEFAULT_DIMENSIONS = [ 12, 8 ], - DEFAULT_GRID_SIZE = [32, 32], + DEFAULT_GRID_SIZE = [ 32, 32 ], MINIMUM_FRAME_SIZE = [ 320, 180 ]; /**