deps-app / versions

Deps Versions - See outdated versions for your Clojure based projects
https://versions.deps.co
Eclipse Public License 1.0
19 stars 3 forks source link

Remove repetition for image rendering #13

Closed dotemacs closed 6 years ago

dotemacs commented 6 years ago

There were two functions that were almost identical that did the same thing: set the correct headers and showed the image.

Replaced it with a single function in order to avoid repetition.

danielcompton commented 6 years ago

Thanks!