Skip to content

Commit d2a35ac

Browse files
committed
Merge branch 'feature/dictionary-standardized' of github.com:SpringMT/zstd-ruby into feature/dictionary-standardized
2 parents 318152c + ba677ca commit d2a35ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sinatra/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
get '/' do
55
headers["Content-Encoding"] = "zstd"
66
Zstd.compress('Hello world!')
7-
end
7+
end

0 commit comments

Comments
 (0)