Skip to content

Commit 81c9353

Browse files
author
Ji Lu
committed
MAGETWO-15665: Removed comment to shorten code length.
1 parent 8190b9d commit 81c9353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Developer/Test/Unit/Model/Config/Backend/AllowedIpsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function beforeSaveDataProvider()
6464
[ '10.64.206.85, 10.64.1a.x, ,,', '10.64.206.85' ],
6565
[ ' ,, 10.64.206.85, 10.49.206.85 , ', '10.64.206.85, 10.49.206.85' ],
6666
[ '2001:db8:0:1234:0:567:8:1, ', '2001:db8:0:1234:0:567:8:1' ], /* valid IPV6 address */
67-
[ '2001:0cb8:25a3:04c1:1324:8a2b:0471:8221', '2001:0cb8:25a3:04c1:1324:8a2b:0471:8221'], /* valid IPV6 address */
67+
[ '2001:0cb8:25a3:04c1:1324:8a2b:0471:8221', '2001:0cb8:25a3:04c1:1324:8a2b:0471:8221'],
6868
[ '255.255.255.255', '255.255.255.255'], /* valid private ip */
6969
[ '127.0.0.1, ::1', '127.0.0.1, ::1'], /* valid reserved ip */
7070
['*[789bo88n=], 12.34.56.78,[,q 049cq9840@@', '12.34.56.78']

0 commit comments

Comments
 (0)