From 2d175586b4f4785ff6993ece1946f28d543eadae Mon Sep 17 00:00:00 2001
From: ACTom <i@actom.me>
Date: Thu, 15 Oct 2020 16:46:56 +0800
Subject: [PATCH] fix php-cs check
 fail(tests/lib/IntegrityCheck/CheckerTest.php)

Signed-off-by: ACTom <i@actom.me>
---
 tests/lib/IntegrityCheck/CheckerTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/lib/IntegrityCheck/CheckerTest.php b/tests/lib/IntegrityCheck/CheckerTest.php
index 25e302cfae3..79dc6670260 100644
--- a/tests/lib/IntegrityCheck/CheckerTest.php
+++ b/tests/lib/IntegrityCheck/CheckerTest.php
@@ -883,8 +883,8 @@ class CheckerTest extends TestCase {
 				 	'web' => 'text/code',
 				 	'application/internet-shortcut' => 'link',
 				 	'application/km' => 'mindmap',
-					'application/x-freemind' => 'mindmap',
-					'application/vnd.xmind.workbook' => 'mindmap'
+				 	'application/x-freemind' => 'mindmap',
+				 	'application/vnd.xmind.workbook' => 'mindmap'
 				 ]);
 
 		$this->environmentHelper
-- 
GitLab