Commit c2712f0
committed
Make empty generated source files descriptive
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.1 parent 0696e0a commit c2712f0
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
97 | 105 | | |
98 | 106 | | |
99 | 107 | | |
| |||
0 commit comments