Sprint 3 Candidate
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
index 323a179..b9df28a 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-mapper.bb
@@ -16,9 +16,7 @@
         python-dbus \
         python-pygobject \
         "
-SRC_URI += " \
-        git://github.com/openbmc/phosphor-objmgr \
-        "
+SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
 
 SRCREV = "3f7aa329568d8f191baeeefa4a63dbb19cf26338"
 
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
index 05f2383..6a8820b 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/obmc-rest.bb
@@ -17,9 +17,7 @@
 	python-rocket \
 	python-bottle \
         "
-SRC_URI += " \
-        git://github.com/openbmc/phosphor-rest-server \
-        "
+SRC_URI += "git://github.com/openbmc/phosphor-rest-server"
 
 SRCREV = "34cae732597fb3d4b18a23b6494efdbfeca2033b"