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
@@ -64,7 +64,7 @@ func GetMovie() gin.HandlerFunc {
} }
} }
func AddMovie() gin.HandlersChain { func AddMovie() gin.HandlerFunc {
return func(c *gin.Context) { return func(c *gin.Context) {
ctx, cancel := context.WithTimeout(context.Background(), 100*time.Second) ctx, cancel := context.WithTimeout(context.Background(), 100*time.Second)
defer cancel() defer cancel()