Skip to content

Commit

Permalink
fix(linting): Fixed spaces for linting action to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
FranCalveyra committed Dec 30, 2024
1 parent b40b70c commit 68609c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ func startServer() {

func startDatabase() *gorm.DB {
// Retrieve environment variables
//err := godotenv.Load(".env")
//if err != nil {
// err := godotenv.Load(".env")
// if err != nil {
// log.Fatalf("Error loading .env file: %v", err)
// return nil
//}
Expand Down

0 comments on commit 68609c3

Please sign in to comment.