This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 370846688bc9dcf897b8584ad8e5e73c6a21d541
Author: long2ice <[email protected]>
AuthorDate: Wed Oct 19 13:10:57 2022 +0800

    fix: golangci-lint
---
 plugins/dbt/tasks/git.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/dbt/tasks/git.go b/plugins/dbt/tasks/git.go
index d0e63d86..145d0aad 100644
--- a/plugins/dbt/tasks/git.go
+++ b/plugins/dbt/tasks/git.go
@@ -6,7 +6,7 @@ The ASF licenses this file to You 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,
@@ -14,6 +14,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 tasks
 
 import (

Reply via email to