Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette authored Feb 18, 2023
1 parent 98c4c21 commit 0f33665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/errorline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ end
fillalpha --> 0.1
linecolor := groupcolor[g]
fillcolor := groupcolor[g]
() # Supress implicit return
() # Suppress implicit return
end

elseif errorstyle === :stick
Expand Down Expand Up @@ -205,7 +205,7 @@ end
linecolor := secondarycolor
end
linewidth := secondarylinewidth
() # Supress implicit return
() # Suppress implicit return
end
end

Expand Down Expand Up @@ -242,7 +242,7 @@ end
end
linealpha := secondarylinealpha
linewidth := secondarylinewidth
() # Supress implicit return
() # Suppress implicit return
end
end

Expand Down

0 comments on commit 0f33665

Please sign in to comment.