Skip to content

Commit

Permalink
fixed linting mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 18, 2024
1 parent 68ecc0a commit cc2de6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/backend/migration/20240318000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package migration

import (
"fmt"

"github.com/go-gormigrate/gormigrate/v2"
log "github.com/sirupsen/logrus"
"gorm.io/gorm"
Expand Down
1 change: 1 addition & 0 deletions server/backend/migration/20240319000000.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package migration

import (
"fmt"

"github.com/go-gormigrate/gormigrate/v2"
"gorm.io/gorm"
)
Expand Down

0 comments on commit cc2de6f

Please sign in to comment.