Skip to content

Commit fd5fc20

Browse files
committed
ddcutil: brew style --fix
Needed for Homebrew/brew#15136.
1 parent abe3aa6 commit fd5fc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/ddcutil.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def install
3131
end
3232

3333
test do
34-
assert_match "The following tests probe the runtime environment using \
35-
multiple overlapping methods.", shell_output("#{bin}/ddcutil environment")
34+
assert_match "The following tests probe the runtime environment using multiple overlapping methods.",
35+
shell_output("#{bin}/ddcutil environment")
3636
end
3737
end

0 commit comments

Comments
 (0)