diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-12-17 16:54:21 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-12-17 16:54:21 +0000 |
commit | de5d463dd2b5f8955b714d440d02777269255ed0 (patch) | |
tree | 1235769cf8e6f9e824d557963d09f3a3530bb56f /mediaapi/routing/routing.go | |
parent | 8fb2c9c33c6bd7b1a58685668eedcbb57607f8c5 (diff) |
goimports
Diffstat (limited to 'mediaapi/routing/routing.go')
-rw-r--r-- | mediaapi/routing/routing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediaapi/routing/routing.go b/mediaapi/routing/routing.go index 232a57fd..bc919bac 100644 --- a/mediaapi/routing/routing.go +++ b/mediaapi/routing/routing.go @@ -113,5 +113,5 @@ func makeDownloadAPI( name == "thumbnail", ) }, - )) + )) } |