fix: format snapshot tests
This commit is contained in:
@@ -129,7 +129,7 @@ Validator(
|
||||
},
|
||||
doc: None,
|
||||
location: 0..0,
|
||||
name: "fallback",
|
||||
name: "else",
|
||||
public: true,
|
||||
return_annotation: None,
|
||||
return_type: (),
|
||||
|
||||
@@ -87,7 +87,7 @@ Validator(
|
||||
},
|
||||
doc: None,
|
||||
location: 0..0,
|
||||
name: "fallback",
|
||||
name: "else",
|
||||
public: true,
|
||||
return_annotation: None,
|
||||
return_type: (),
|
||||
|
||||
@@ -69,7 +69,7 @@ pub fn parser() -> impl Parser<Token, ast::UntypedDefinition, Error = ParseError
|
||||
doc: None,
|
||||
location: ast::Span::empty(),
|
||||
end_position: span.end - 1,
|
||||
name: "fallback".to_string(),
|
||||
name: "else".to_string(),
|
||||
public: true,
|
||||
return_annotation: None,
|
||||
return_type: (),
|
||||
|
||||
Reference in New Issue
Block a user