You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Sometimes protobuf definition files contain no gRPC services and result
in an empty file. This is intentional but could be confusing.
Modifications:
Empty files now contain a comment indicating they are intentional.
```
// This file contained no services.
```
Result:
More descriptive empty source files.
0 commit comments