mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Layout] Use consistent whitespace
Use consistent whitespace in array literals, WTD-1424.
This commit is contained in:
@ -27,7 +27,7 @@ define(
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var DEFAULT_DIMENSIONS = [ 12, 8 ],
|
var DEFAULT_DIMENSIONS = [ 12, 8 ],
|
||||||
DEFAULT_GRID_SIZE = [32, 32],
|
DEFAULT_GRID_SIZE = [ 32, 32 ],
|
||||||
MINIMUM_FRAME_SIZE = [ 320, 180 ];
|
MINIMUM_FRAME_SIZE = [ 320, 180 ];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user