libnghttp2: brew style --fix

For Homebrew/brew#14574.
master
Mike McQuaid 2023-02-10 16:32:29 +00:00
parent e564251589
commit 7d267066fd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Libnghttp2 < Formula
end
test do
(testpath/"test.c").write <<~'EOS'
(testpath/"test.c").write <<~EOS
#include <nghttp2/nghttp2.h>
#include <stdio.h>