From f1c26bf4362636bcd36fff4663cc87b567bf6603 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Fri, 17 Jan 2020 12:30:07 -0500 Subject: [PATCH] removed excess blank line --- .../k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go | 1 - 1 file changed, 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go b/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go index c5d03ba1b6c..7e8962b9978 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go +++ b/staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go @@ -25,7 +25,6 @@ import ( "k8s.io/apiserver/pkg/authentication/user" ) - // The objects that define an apiserver's initial behavior. The // registered defaulting procedures make no changes to these // particular objects (this is verified in the unit tests of the