style: remove extra newline

This commit is contained in:
2026-06-13 21:32:51 +02:00
parent 263bfafd04
commit 1a65ef2a9c

View File

@@ -38,7 +38,6 @@ func NewPlaybackHandler(svc domain.PlaybackService, animeSvc domain.AnimePlaybac
}
func (h *PlaybackHandler) Register(r *gin.Engine) {
r.GET("/anime/:id/watch", h.HandleWatchPage)
r.POST("/api/watch-progress", h.HandleSaveProgress)
r.POST("/api/watch-complete", h.HandleWatchComplete)