Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Dec 31, 2023
1 parent a681fb3 commit 9c5de48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Storage/Compression/Compression.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
abstract class Compression
{
public const ZSTD = 'zstd';

public const GZIP = 'gzip';

public const BROTLI = 'brotli';

public const LZ4 = 'lz4';

public const SNAPPY = 'snappy';

public const XZ = 'xz';

/**
Expand Down

0 comments on commit 9c5de48

Please sign in to comment.