aboutsummaryrefslogtreecommitdiff
path: root/database/database_binary.go
diff options
context:
space:
mode:
Diffstat (limited to 'database/database_binary.go')
-rw-r--r--database/database_binary.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/database/database_binary.go b/database/database_binary.go
index 57f002c4e..bb5d764ac 100644
--- a/database/database_binary.go
+++ b/database/database_binary.go
@@ -91,8 +91,8 @@ var schemametadata = &schema.Class{
TypeID: binaryIDmetadata,
Name: "metadata",
Fields: []schema.Field{
- schema.Field{Declared: "Type", Type: &schema.Primitive{Name: "metaType", Method: schema.Int32}},
- schema.Field{Declared: "LinkTo", Type: &schema.Primitive{Name: "binary.ID", Method: schema.ID}},
- schema.Field{Declared: "Request", Type: &schema.Interface{Name: "binary.Object"}},
+ {Declared: "Type", Type: &schema.Primitive{Name: "metaType", Method: schema.Int32}},
+ {Declared: "LinkTo", Type: &schema.Primitive{Name: "binary.ID", Method: schema.ID}},
+ {Declared: "Request", Type: &schema.Interface{Name: "binary.Object"}},
},
}