Removed extra space between variable and = from /tests

This commit is style changes only.

Change-Id: I27905200df8e9188cfac61fe94a5f070dfc92f1b
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/tests/test_generic_conf.robot b/tests/test_generic_conf.robot
index b01af32..7f68b88 100755
--- a/tests/test_generic_conf.robot
+++ b/tests/test_generic_conf.robot
@@ -94,7 +94,7 @@
     [Tags]  known_issue
 
     ${valueToBeSet}=   Set Variable     3ab56f
-    ${valueDict} =   create dictionary   data=${valueToBeSet}
+    ${valueDict}=   create dictionary   data=${valueToBeSet}
     Write Attribute  /org/openbmc/settings/host0    boot_flags      data=${valueDict}
     ${value}=      Read Attribute    /org/openbmc/settings/host0    boot_flags
     Should not Be Equal     ${value}      ${valueToBeSet}