Skip to content

Commit ab6ca79

Browse files
author
Westin Shafer
committed
Fixed code styling issue in ZendCacheAdapterTest
1 parent 3afe847 commit ab6ca79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AssetManagerTest/Cache/ZendCacheAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ public function testRemoveMethodCallsZendCacheRemoveItem()
7979
$adapter = new ZendCacheAdapter($mockZendCache);
8080
$adapter->remove('SomeKey');
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)