From c1228d6b6d73afa294d755b4360c8d5fef72b033 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 7 Mar 2024 10:01:46 +0100 Subject: whitespace --- tests/unit/Lib/ActivityTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/unit/Lib/ActivityTest.php b/tests/unit/Lib/ActivityTest.php index 38c3d584c..53aa16ebc 100644 --- a/tests/unit/Lib/ActivityTest.php +++ b/tests/unit/Lib/ActivityTest.php @@ -28,9 +28,7 @@ class ActivityTest extends UnitTestCase { ], 'get content from map' => [ ['contentMap' => ['en' => 'Some content']], - [ - 'en' => 'Some content' - ] + ['en' => 'Some content'] ], 'get not available content' => [ ['some_field' => 'Some content'], -- cgit v1.2.3