Skip to content

Commit

Permalink
fixed a linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 1, 2023
1 parent 8b2c28c commit 85309de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/backend/cron/file_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package cron

import (
"errors"
"github.com/guregu/null"
"io"
"net/http"
"os"
"path"
"strings"

"github.com/guregu/null"

"github.com/TUM-Dev/Campus-Backend/server/model"
"github.com/disintegration/imaging"
"github.com/gabriel-vasile/mimetype"
Expand Down

0 comments on commit 85309de

Please sign in to comment.