Fix return type
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::{
|
||||
ColorScaleStep,
|
||||
};
|
||||
|
||||
fn neutral() -> DefaultColorScaleSet {
|
||||
fn neutral() -> ColorScaleSet {
|
||||
slate()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user