[Imagery] Normalize whitespace in policy

This commit is contained in:
Victor Woeltjen 2017-05-31 16:05:57 -07:00
parent f6cd35a631
commit e300b49c95

View File

@ -25,7 +25,6 @@ define([
], function ( ], function (
objectUtils objectUtils
) { ) {
/** /**
* Policy preventing the Imagery view from being made available for * Policy preventing the Imagery view from being made available for
* domain objects which do not have associated image telemetry. * domain objects which do not have associated image telemetry.
@ -56,6 +55,5 @@ define([
}; };
return ImageryViewPolicy; return ImageryViewPolicy;
} });
);