Fix return type

This commit is contained in:
Marshall Bowers 2023-11-01 10:48:23 -04:00
parent 8fb7c174b0
commit d2a8f972f3

View file

@ -7,7 +7,7 @@ use crate::{
ColorScaleStep,
};
fn neutral() -> DefaultColorScaleSet {
fn neutral() -> ColorScaleSet {
slate()
}