Skip to content

Commit 0ab5ab9

Browse files
Fix whitespace
1 parent 5d1d7c3 commit 0ab5ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backup/Target/Compression/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Factory
2626
'bzip2' => 'Bzip2',
2727
'xz' => 'Xz',
2828
'zip' => 'Zip',
29-
'zstd' => 'Zstd'
29+
'zstd' => 'Zstd'
3030
];
3131

3232
/**

0 commit comments

Comments
 (0)