From 7309a435c5e73e1bc59b65d25d9a51352acd2503 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 18 Jan 2024 13:16:51 +0100 Subject: [PATCH] Format code --- transcoder/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transcoder/main.go b/transcoder/main.go index d9e6af03..47d7cd84 100644 --- a/transcoder/main.go +++ b/transcoder/main.go @@ -190,7 +190,7 @@ func (h *Handler) GetAudioSegment(c echo.Context) error { // Identify // -// Identify metadata about a file +// Identify metadata about a file. // // Path: /:resource/:slug/info func (h *Handler) GetInfo(c echo.Context) error { @@ -212,7 +212,7 @@ func (h *Handler) GetInfo(c echo.Context) error { // Get attachments // -// Get a specific attachment +// Get a specific attachment. // // Path: /:sha/attachment/:name func (h *Handler) GetAttachment(c echo.Context) error { @@ -238,7 +238,7 @@ func (h *Handler) GetAttachment(c echo.Context) error { // Get subtitle // -// Get a specific subtitle +// Get a specific subtitle. // // Path: /:sha/subtitle/:name func (h *Handler) GetSubtitle(c echo.Context) error {