mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
update
This commit is contained in:
parent
78ef68b5eb
commit
010cebcb18
@ -85,7 +85,7 @@ impl ToString for &InterfaceType {
|
||||
impl ToString for &RecordType {
|
||||
fn to_string(&self) -> String {
|
||||
format!(
|
||||
"record {} {{\n{fields}\n}}",
|
||||
"record {} {{\n{fields}}}",
|
||||
self.name,
|
||||
fields = self
|
||||
.fields
|
||||
|
Loading…
Reference in New Issue
Block a user