Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit b21735d

Browse files
committed
Add missing comma
1 parent 5b1a0ee commit b21735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(ATTRIBUTES)
4242
colormap = [RGBAf0(0,0,0,1), RGBAf0(1,1,1,1)],
4343
colorrange = automatic,
4444
nan_color = RGBAf0(0,0,0,0),
45-
interpolate = true
45+
interpolate = true,
4646
fxaa = false,
4747
)
4848
end

0 commit comments

Comments
 (0)