Merge pull request #81940 from carlory/fix-appserver

fix static check failures
This commit is contained in:
Kubernetes Prow Robot
2019-10-10 12:07:21 -07:00
committed by GitHub
12 changed files with 29 additions and 10 deletions

View File

@@ -16,5 +16,5 @@ limitations under the License.
package gofiles
func bar() {
func Bar() {
}

View File

@@ -16,5 +16,5 @@ limitations under the License.
package gofiles
func foo() {
func Foo() {
}