Remove extra spaces (#1440)

MP: wherehows-frontend
TO_COMMIT: 9a0d6c86d51935f9848b12662a1e6a35e56356ff
FROM_COMMIT: 9a0d6c86d51935f9848b12662a1e6a35e56356ff
This commit is contained in:
Mars Lan 2018-10-11 10:34:37 -07:00 committed by GitHub
parent 936f1147c5
commit 9a877bb80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
import javax.inject.Inject;
import play.api.mvc.EssentialFilter;
import play.filters.gzip.GzipFilter;

View File

@ -11,7 +11,6 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
package security;
import javax.security.auth.Subject;

View File

@ -11,7 +11,6 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ArrayNode;
import controllers.api.v1.Dataset;