Skip to content

Commit 169ad55

Browse files
🤖 Format .jl files (#239)
Co-authored-by: juliohm <[email protected]>
1 parent 4556d1f commit 169ad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transforms/sample.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# performance tests
6565
x = rand(100_000)
6666
y = rand(100_000)
67-
c = CoDaArray((a = rand(100_000), b = rand(100_000), c = rand(100_000)))
67+
c = CoDaArray((a=rand(100_000), b=rand(100_000), c=rand(100_000)))
6868
t = Table(; x, y, c)
6969

7070
T = Sample(10_000)

0 commit comments

Comments
 (0)