aboutsummaryrefslogtreecommitdiff
path: root/mediaapi/routing/routing.go
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-12-17 16:54:21 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-12-17 16:54:21 +0000
commitde5d463dd2b5f8955b714d440d02777269255ed0 (patch)
tree1235769cf8e6f9e824d557963d09f3a3530bb56f /mediaapi/routing/routing.go
parent8fb2c9c33c6bd7b1a58685668eedcbb57607f8c5 (diff)
goimports
Diffstat (limited to 'mediaapi/routing/routing.go')
-rw-r--r--mediaapi/routing/routing.go2
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",
)
},
- ))
+ ))
}