Skip to content

Commit 3f8399a

Browse files
author
Wes Biggs
committed
Lint fix (spacing)
1 parent 09caaaf commit 3f8399a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

dsnp/profileResource.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
export default {
2-
"namespace": "org.dsnp",
3-
"name": "ProfileResource",
4-
"type": "record",
5-
"doc": "Profile-linked resource",
6-
"fields": [
7-
{
8-
"name": "type",
9-
"type": "int",
10-
"doc": "Type of resource"
11-
},
12-
{
13-
"name": "cid",
14-
"type": "string",
15-
"doc": "Content IDentifier of resource"
16-
},
17-
{
18-
"name": "length",
19-
"type": "int",
20-
"doc": "Length of document in bytes"
21-
}
22-
]
2+
namespace: "org.dsnp",
3+
name: "ProfileResource",
4+
type: "record",
5+
doc: "Profile-linked resource",
6+
fields: [
7+
{
8+
name: "type",
9+
type: "int",
10+
doc: "Type of resource",
11+
},
12+
{
13+
name: "cid",
14+
type: "string",
15+
doc: "Content IDentifier of resource",
16+
},
17+
{
18+
name: "length",
19+
type: "int",
20+
doc: "Length of document in bytes",
21+
},
22+
],
2323
};

0 commit comments

Comments
 (0)