mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-17 15:53:13 +00:00
Fix return type
This commit is contained in:
parent
8fb7c174b0
commit
d2a8f972f3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use crate::{
|
|||
ColorScaleStep,
|
||||
};
|
||||
|
||||
fn neutral() -> DefaultColorScaleSet {
|
||||
fn neutral() -> ColorScaleSet {
|
||||
slate()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue