Skip to content

Commit

Permalink
rerun jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
brocwoodworthIBLX authored Mar 12, 2024
1 parent d7123a7 commit 788e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3248,7 +3248,7 @@ func (b *ORMBuilder) followsListConventions(inType *protogen.Message, outType *p
}
}
if !typeOrmable {
fmt.Fprintf(os.Stderr, `stub will be generated for %s since %s incoming message doesn't have "results" field of ormable type.`, methodName, outType.Desc.Name())
fmt.Fprintf(os.Stderr, `stub will be generated for %s since %s incoming message doesn't have "results" field of ormable type`, methodName, outType.Desc.Name())
return false, ""
}

Expand Down

0 comments on commit 788e9de

Please sign in to comment.