mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 14:58:05 +08:00
Fmt
This commit is contained in:
@@ -86,10 +86,7 @@ struct LendStringNode {
|
||||
|
||||
impl LendStringNode {
|
||||
fn new(value: String) -> Self {
|
||||
Self {
|
||||
value,
|
||||
cell: ArenaCell::new(),
|
||||
}
|
||||
Self { value, cell: ArenaCell::new() }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user