mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[Layout] Use consistent whitespace
Use consistent whitespace in array literals, WTD-1424.
This commit is contained in:
parent
a4c704a5a2
commit
2ca3c6ea93
@ -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 ];
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user