Skip to content

Commit a26f80b

Browse files
committed
Formatting
1 parent d6c1b6e commit a26f80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/histogram.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555

5656
end
5757

58-
function histogram!(histogram_output, input, groupsize=256)
58+
function histogram!(histogram_output, input, groupsize = 256)
5959
backend = get_backend(histogram_output)
6060
# Need static block size
6161
kernel! = histogram_kernel!(backend, (groupsize,))

0 commit comments

Comments
 (0)