Skip to content

Commit 5ac55b0

Browse files
Format file
1 parent fba09ec commit 5ac55b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

predicate_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ type PredicateFilm struct {
3838
// predicate= tag. This mirrors the pattern used by modusGraphGen where:
3939
// - PredicateBook has a forward edge: predicate=written_by reverse
4040
// - PredicateAuthor has a reverse edge: predicate=~written_by reverse
41+
//
4142
// The forward edge creates an @reverse index in Dgraph, and the reverse edge
4243
// declares a managed reverse that dgman expands in queries automatically.
4344
type PredicateBook struct {

0 commit comments

Comments
 (0)