Skip to content

Commit ba677ca

Browse files
authored
Apply suggestions from code review
1 parent f12556f commit ba677ca

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)