From 2f44e005f633e06688ba7adc2b9134657c041905 Mon Sep 17 00:00:00 2001 From: Goxiaoy Date: Thu, 14 Jul 2022 20:39:34 +0800 Subject: [PATCH] style: empty QueryClauses in association (#5502) --- tests/associations_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/associations_test.go b/tests/associations_test.go index cd709e67..42b32afc 100644 --- a/tests/associations_test.go +++ b/tests/associations_test.go @@ -3,10 +3,9 @@ package tests_test import ( "testing" + "gorm.io/gorm" "gorm.io/gorm/clause" "gorm.io/gorm/schema" - - "gorm.io/gorm" . "gorm.io/gorm/utils/tests" )