diff --git a/statement.go b/statement.go index bc12eb76..9f49d584 100644 --- a/statement.go +++ b/statement.go @@ -49,12 +49,12 @@ type Statement struct { } type join struct { - Name string - Conds []interface{} - On *clause.Where - Selects []string - Omits []string - JoinType clause.JoinType + Name string + Conds []interface{} + On *clause.Where + Selects []string + Omits []string + JoinType clause.JoinType } // StatementModifier statement modifier interface