cleanup: Stop using string concatenation

It's unfortunate that we cannot fully embrace template strings, but
we aren't limited to "legacy" formatting either; replace the last
remaining places where we still use string concatenation to reduce
the difference between regular and legacy style a bit.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2200>
This commit is contained in:
Florian Müllner 2020-03-24 05:02:20 +01:00 committed by Marge Bot
parent 3d3ed850fe
commit 696965c9f7
5 changed files with 15 additions and 14 deletions

View file

@ -24,5 +24,4 @@ rules:
object-curly-newline:
- error
- consistent: true
prefer-template: off
quotes: off