d6e0762 cleanup: Use object shorthand where possible

Authored and Committed by Florian Müllner 4 years ago
1 file changed. 1 lines added. 1 lines removed.
    cleanup: Use object shorthand where possible
    
    ES6 allows to omit property names where they match the name of the
    assigned variable, which makes code less redundant and thus cleaner.
    We will soon enforce that in our eslint rules, so make sure we use
    the shorthand wherever possible.
    
    https://pagure.io/background-logo-extension/pull-request/19
    
        
file modified
+1 -1