From 102a00ff5e8b2482d148795f1ad3bb1320093bca Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 23 Nov 2021 15:01:01 -0800 Subject: [PATCH] Add an empty line between header and package --- runsc/cgroup/cgroup_v2.go | 1 + 1 file changed, 1 insertion(+) diff --git a/runsc/cgroup/cgroup_v2.go b/runsc/cgroup/cgroup_v2.go index 5e6158ea7..13da3ec6d 100644 --- a/runsc/cgroup/cgroup_v2.go +++ b/runsc/cgroup/cgroup_v2.go @@ -13,6 +13,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. + package cgroup import (