rest-dbus: Standardize SRC_URI line

Change-Id: I394620347ddc85de806d859642404896da395331
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
index afee21c..ee1b80d 100644
--- a/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
+++ b/meta-phosphor/common/recipes-phosphor/rest-dbus/rest-dbus.bb
@@ -18,9 +18,7 @@
 
 SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
 
-SRC_URI += " \
-        git://github.com/openbmc/rest-dbus.git \
-        "
+SRC_URI += "git://github.com/openbmc/rest-dbus.git"
 
 SRCREV = "5a65d2f605494d5c308171ba4fd1ab08d7b3a91d"