commit a3eabbe256de2019a14ae8a774e2937282dea348
parent c42950a62fbc172f01145929137bb037f54f434c
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 30 Jun 2026 13:24:10 +0100
Remove whitespace
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/include-admin-thumbnails.go b/include-admin-thumbnails.go
@@ -76,8 +76,6 @@ func getVideoFiles() ([]VideoFile, error) {
return videos, nil
}
-
-
func thumbnailsHandler(w http.ResponseWriter, r *http.Request) {
allVideos, err := getVideoFiles()
if err != nil {