mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-22 19:21:39 +00:00
update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user