Skip to content

Commit edfb3fd

Browse files
committed
jc: brew style --fix
Needed for Homebrew/brew#15136.
1 parent 70a29c8 commit edfb3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/jc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def install
3838
end
3939

4040
test do
41-
assert_equal "[{\"header1\":\"data1\",\"header2\":\"data2\"}]\n", \
41+
assert_equal "[{\"header1\":\"data1\",\"header2\":\"data2\"}]\n",
4242
pipe_output("#{bin}/jc --csv", "header1, header2\n data1, data2")
4343
end
4444
end

0 commit comments

Comments
 (0)