diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/src/gradient/linear.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/gradient/linear.rs b/graphics/src/gradient/linear.rs index 00f94adc..1ffe7cf9 100644 --- a/graphics/src/gradient/linear.rs +++ b/graphics/src/gradient/linear.rs @@ -68,4 +68,4 @@ impl Builder { color_stops: stops })) } -}
\ No newline at end of file +} |