From b3f117800dd48a88a88560d356e69ad69c255f74 Mon Sep 17 00:00:00 2001 From: piever Date: Wed, 28 Apr 2021 16:36:26 +0200 Subject: [PATCH] formatting --- src/basic_recipes/band.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic_recipes/band.jl b/src/basic_recipes/band.jl index f635f8d9a..37127e368 100644 --- a/src/basic_recipes/band.jl +++ b/src/basic_recipes/band.jl @@ -11,7 +11,7 @@ $(ATTRIBUTES) Attributes(; default_theme(scene, Mesh)..., colorrange = automatic, - color = RGBAf0(0.0,0,0,0.2) + color = RGBAf0(0,0,0,0.2) ) end