From e43bc6122958b4ca8937849019470eb28dd1e387 Mon Sep 17 00:00:00 2001 From: Judah Nouriyelian Date: Fri, 18 Aug 2023 19:26:32 +0000 Subject: [PATCH] fix boilerplate lint --- hack/legacy_fill_db/filldb.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/legacy_fill_db/filldb.go b/hack/legacy_fill_db/filldb.go index d7b962b5c2bf..7bab254435dc 100644 --- a/hack/legacy_fill_db/filldb.go +++ b/hack/legacy_fill_db/filldb.go @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -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 main import (