formatted them with fmt

This commit is contained in:
2026-07-17 20:37:26 -06:00
parent 351affe570
commit 808c416471
2 changed files with 8 additions and 8 deletions
@@ -1,13 +1,13 @@
package database
import (
"fmt"
"log"
"os"
"fmt"
"log"
"os"
"github.com/joho/godotenv"
"go.mongodb.org/mongo-driver/v2/mongo"
"go.mongodb.org/mongo-driver/v2/mongo/options"
"github.com/joho/godotenv"
"go.mongodb.org/mongo-driver/v2/mongo"
"go.mongodb.org/mongo-driver/v2/mongo/options"
)
func Connect() *mongo.Client {