Skip to content

Commit

Permalink
Test to break the CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderstephan committed Dec 19, 2023
1 parent ac82b2f commit 93fd948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/lecture_halls.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ func configGinLectureHallApiRouter(router *gin.Engine, daoWrapper dao.DaoWrapper
type lectureHallRoutes struct {
dao.DaoWrapper
presetUtility tools.PresetUtility

Check failure on line 46 in api/lecture_halls.go

View workflow job for this annotation

GitHub Actions / lint (./...)

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 46 in api/lecture_halls.go

View workflow job for this annotation

GitHub Actions / lint (./worker)

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 46 in api/lecture_halls.go

View workflow job for this annotation

GitHub Actions / lint (./worker/edge)

File is not `gofmt`-ed with `-s` (gofmt)


}

type updateLectureHallReq struct {
Expand Down

0 comments on commit 93fd948

Please sign in to comment.